Skip to content

Commit

Permalink
devcontainer: Bump up to llvm-17.
Browse files Browse the repository at this point in the history
  • Loading branch information
xlauko committed Nov 2, 2023
1 parent d892685 commit 7e84b7e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
// https://github.com/microsoft/vscode-dev-containers/tree/v0.245.2/containers/cpp
{
"name": "C++",
"image": "xheno/vast-ubuntu-22.04-dev:latest",
// to run local build of devcontainer
// "build": { "dockerfile": "./Dockerfile" },
"build": { "dockerfile": "./Dockerfile" },
"runArgs": ["--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined"],

// Configure tool-specific properties.
Expand All @@ -25,7 +24,7 @@
"python": "os-provided"
},
"containerEnv": {
"CMAKE_PREFIX_PATH": "/usr/lib/llvm-16/lib/cmake/mlir/;/usr/lib/llvm-16/lib/cmake/clang/",
"CMAKE_PREFIX_PATH": "/usr/lib/llvm-17/lib/cmake/mlir/;/usr/lib/llvm-17/lib/cmake/clang/",
"LLVM_EXTERNAL_LIT": "/usr/local/bin/lit"
}

Expand Down

0 comments on commit 7e84b7e

Please sign in to comment.