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:
committed by
Marge Bot
parent
aba579811b
commit
0cebd6b097
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user