From 0e43565ad8b4f7bdfa974916e9d7f800157d06ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Mon, 1 Aug 2022 11:02:55 -0700 Subject: [PATCH] ci: Bump LLVM version we use to 16 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Development on LLVM 16 has started and version 15 is no longer available in the repository we install it from. Bump the version we use accordingly. Signed-off-by: Daniel Müller --- .github/actions/build-selftests/build_selftests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-selftests/build_selftests.sh b/.github/actions/build-selftests/build_selftests.sh index fa21d68..0da1373 100755 --- a/.github/actions/build-selftests/build_selftests.sh +++ b/.github/actions/build-selftests/build_selftests.sh @@ -8,7 +8,7 @@ source ${THISDIR}/helpers.sh foldable start prepare_selftests "Building selftests" -LLVM_VER=15 +LLVM_VER=16 LIBBPF_PATH="${REPO_ROOT}" PREPARE_SELFTESTS_SCRIPT=${THISDIR}/prepare_selftests-${KERNEL}.sh