ci/container: move deqp-runner 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:04:19 +01:00 committed by Marge Bot
parent 33ea8d3b81
commit a824381408
2 changed files with 4 additions and 2 deletions

View File

@ -9,6 +9,8 @@
set -uex
uncollapsed_section_start deqp-runner "Building deqp-runner"
DEQP_RUNNER_VERSION=0.20.2
commits_to_backport=(
@ -94,3 +96,5 @@ popd
if [ -z "${DEQP_RUNNER_GIT_TAG:-}${DEQP_RUNNER_GIT_REV:-}" ]; then
rm -f /usr/local/bin/igt-runner
fi
section_end deqp-runner

View File

@ -171,8 +171,6 @@ uncollapsed_section_switch rust "Installing Rust toolchain"
############### Build dEQP runner
uncollapsed_section_switch deqpr "Building deqp-runner"
. .gitlab-ci/container/build-deqp-runner.sh
############### Uninstall the build software