diff options
author | Eric Anholt <[email protected]> | 2019-11-22 15:16:27 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2019-11-22 15:37:04 -0800 |
commit | 59b489f44be8ae64a701568f2ae5247933e94fe7 (patch) | |
tree | 7b5828687ff9dedaeff2018eabf7a0f838ab1e23 /.gitlab-ci | |
parent | 215866523b2091cc3a491337919ab00af7db1030 (diff) |
ci: Use a tag from the parallel-deqp-runner repo.
If the repo continues development, we don't want to accidentally pick
up potentially breaking changes on our next container rebuild.
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/build-cts-runner.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/build-cts-runner.sh b/.gitlab-ci/build-cts-runner.sh index c4d8bd878f3..716cf661637 100644 --- a/.gitlab-ci/build-cts-runner.sh +++ b/.gitlab-ci/build-cts-runner.sh @@ -2,7 +2,7 @@ set -ex -git clone https://gitlab.freedesktop.org/mesa/parallel-deqp-runner.git --depth 1 +git clone https://gitlab.freedesktop.org/mesa/parallel-deqp-runner.git --depth 1 -b mesa-ci-2019-11-22 cd parallel-deqp-runner meson build/ ninja -C build -j4 install |