mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-27 04:04:23 +08:00
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:
parent
33ea8d3b81
commit
a824381408
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user