Skip to content

Commit

Permalink
Merge branch 'latest' into net
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
  • Loading branch information
matttbe committed May 9, 2024
2 parents 5a04777 + 22cff53 commit ae59bb2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ RUN cd /opt && \
make install

# Virtme NG
ARG VIRTME_NG_VERSION="1.23"
ARG VIRTME_NG_VERSION="1.24"
RUN pip3 install --break-system-packages virtme-ng=="${VIRTME_NG_VERSION}"

# to quickly shutdown the VM and more
Expand Down
7 changes: 6 additions & 1 deletion vscode/settings-extra.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"clangd.arguments": [
"-compile-commands-dir=${workspaceFolder}/.virtme/build-clang"
]
],
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/.virtme/**": true
}
}

0 comments on commit ae59bb2

Please sign in to comment.