Skip to content

Commit ca96a3f

Browse files
committed
run-vmtest: set default LLVM_VERSION to 21
Signed-off-by: Ihor Solodrai <ihor.solodrai@linux.dev>
1 parent 8f56fcb commit ca96a3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run-vmtest/install-dependencies.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
set -euo pipefail
44

5+
LLVM_VERSION=${LLVM_VERSION:-21}
56
VMTEST_RELEASE=${VMTEST_RELEASE:-v0.18.0}
67
VMTEST_URL="https://github.com/danobi/vmtest/releases/download/${VMTEST_RELEASE}/vmtest-$(uname -m)"
78
sudo curl -L $VMTEST_URL -o /usr/bin/vmtest

0 commit comments

Comments
 (0)