Skip to content

Commit

Permalink
fish: cbl_test_llvm_linux: Ensure toolchains are always downloaded
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Jan 24, 2024
1 parent 14c44e3 commit 64373fa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions fish/functions/cbl_test_llvm_linux.fish
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ function cbl_test_llvm_linux -d "Test stable and mainline Linux with all support
end

cbl_upd_lnx_c $targets
korg_llvm install

if contains mainline $targets
set -a linux_folders $CBL_BLD_C/linux
Expand All @@ -26,11 +27,6 @@ function cbl_test_llvm_linux -d "Test stable and mainline Linux with all support

for linux_folder in $linux_folders
for ver in (korg_llvm latest $LLVM_VERSIONS_KERNEL_STABLE)
if not test -x $CBL_TC_LLVM_STORE/$ver/bin/clang-(string split -f 1 -m 1 . $ver)
print_error "LLVM $ver not available in $CBL_TC_LLVM_STORE!"
return 1
end

cbl_lkt \
--build-folder $TMP_BUILD_FOLDER/cbl_test_llvm_linux \
--linux-folder $linux_folder \
Expand Down

0 comments on commit 64373fa

Please sign in to comment.