Skip to content

Commit

Permalink
Fix devcontainer and update vcpkg for tests (#621)
Browse files Browse the repository at this point in the history
* Update devcontainer.json to debian-11

* update vcpkg to fix windows build
  • Loading branch information
Migelo authored Feb 22, 2024
1 parent da05312 commit 69eefd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dockerfile": "Dockerfile",
// Update 'VARIANT' to pick an Debian / Ubuntu OS version: debian-11, debian-10, debian-9, ubuntu-21.04, ubuntu-20.04, ubuntu-18.04
// Use Debian 11, Debian 9, Ubuntu 18.04 or Ubuntu 21.04 on local arm64/Apple Silicon
"args": { "VARIANT": "ubuntu-21.04" }
"args": { "VARIANT": "debian-11" }
},
"runArgs": ["--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined"],

Expand Down
2 changes: 1 addition & 1 deletion external/vcpkg
Submodule vcpkg updated 3869 files

0 comments on commit 69eefd7

Please sign in to comment.