ci/container: move libclc build section into the script itself

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32241>
This commit is contained in:
Eric Engestrom 2024-11-19 21:08:05 +01:00 committed by Marge Bot
parent aba579811b
commit 0cebd6b097
2 changed files with 4 additions and 2 deletions

View file

@ -2,6 +2,8 @@
set -uex
uncollapsed_section_start libclc "Building libclc"
export LLVM_CONFIG="llvm-config-${LLVM_VERSION:?"llvm unset!"}"
LLVM_TAG="llvmorg-15.0.7"
@ -29,3 +31,5 @@ ln -s /usr/share/clc/spirv-mesa3d-.spv /usr/lib/clc/
du -sh ./*
rm -rf /libclc /llvm-project
section_end libclc

View file

@ -149,8 +149,6 @@ uncollapsed_section_switch llvmspv "Building LLVM-SPIRV-Translator"
############### Build libclc
uncollapsed_section_switch libclc "Building libclc"
. .gitlab-ci/container/build-libclc.sh
############### Build Wayland