ci/container: move gfxreconstruct 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
493bebb9e9
commit
5bfd49215b
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
|
uncollapsed_section_start gfxreconstruct "Building gfxreconstruct"
|
||||||
|
|
||||||
GFXRECONSTRUCT_VERSION=761837794a1e57f918a85af7000b12e531b178ae
|
GFXRECONSTRUCT_VERSION=761837794a1e57f918a85af7000b12e531b178ae
|
||||||
|
|
||||||
git clone https://github.com/LunarG/gfxreconstruct.git \
|
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
|
cmake --build _build --parallel --target tools/{replay,info}/install/strip
|
||||||
find . -not -path './build' -not -path './build/*' -delete
|
find . -not -path './build' -not -path './build/*' -delete
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
section_end gfxreconstruct
|
||||||
|
@@ -118,8 +118,6 @@ DEQP_TARGET=default \
|
|||||||
|
|
||||||
############### Build gfxreconstruct
|
############### Build gfxreconstruct
|
||||||
|
|
||||||
uncollapsed_section_switch gfxreconstruct "Building gfxreconstruct"
|
|
||||||
|
|
||||||
. .gitlab-ci/container/build-gfxreconstruct.sh
|
. .gitlab-ci/container/build-gfxreconstruct.sh
|
||||||
|
|
||||||
############### Build VKD3D-Proton
|
############### Build VKD3D-Proton
|
||||||
|
Reference in New Issue
Block a user