diff --git a/.gitlab-ci/container/build-gfxreconstruct.sh b/.gitlab-ci/container/build-gfxreconstruct.sh index c7600fc5f27..b52206bba60 100644 --- a/.gitlab-ci/container/build-gfxreconstruct.sh +++ b/.gitlab-ci/container/build-gfxreconstruct.sh @@ -2,6 +2,8 @@ set -ex +uncollapsed_section_start gfxreconstruct "Building gfxreconstruct" + GFXRECONSTRUCT_VERSION=761837794a1e57f918a85af7000b12e531b178ae git clone https://github.com/LunarG/gfxreconstruct.git \ @@ -17,3 +19,5 @@ cmake -S . -B _build -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX: cmake --build _build --parallel --target tools/{replay,info}/install/strip find . -not -path './build' -not -path './build/*' -delete popd + +section_end gfxreconstruct diff --git a/.gitlab-ci/container/debian/test-vk.sh b/.gitlab-ci/container/debian/test-vk.sh index 5749919dae1..9585e4c5ddd 100644 --- a/.gitlab-ci/container/debian/test-vk.sh +++ b/.gitlab-ci/container/debian/test-vk.sh @@ -118,8 +118,6 @@ DEQP_TARGET=default \ ############### Build gfxreconstruct -uncollapsed_section_switch gfxreconstruct "Building gfxreconstruct" - . .gitlab-ci/container/build-gfxreconstruct.sh ############### Build VKD3D-Proton