Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanne Grunau <janne-vlc@jannau.net>2018-11-22 23:12:40 +0300
committerJanne Grunau <janne-vlc@jannau.net>2018-11-22 23:19:37 +0300
commit27860ee5c4a2976f6818ee2b95c34fe5b8bbf42e (patch)
tree0578338e596b2260721728cc76a17674638977fd
parent516333caac1808c42d3df84997f51ba1329f2a76 (diff)
CI: move test-debian-msan to amd64 to avoid timeouts
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c934885..c6914ac 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -146,11 +146,11 @@ test-debian-asan:
- cd build && time meson test -v
test-debian-msan:
- image: registry.videolan.org:5000/dav1d-debian-unstable-aarch64:20181122182457
+ image: registry.videolan.org:5000/dav1d-debian-unstable:20181114201132
stage: test
tags:
- debian
- - aarch64
+ - amd64
cache:
key: testdata.git
paths:
@@ -160,7 +160,7 @@ test-debian-msan:
- test -d cache/dav1d-test-data.git && GIT_DIR=cache/dav1d-test-data.git git fetch --refmap=refs/heads/master:refs/heads/master origin master
- test -d cache/dav1d-test-data.git || git clone --bare https://code.videolan.org/videolan/dav1d-test-data.git cache/dav1d-test-data.git
- git clone cache/dav1d-test-data.git tests/dav1d-test-data
- - env CC='clang-7' meson build --buildtype debugoptimized -Dtestdata_tests=true -Db_sanitize=memory -Db_lundef=false -Dbuild_asm=false
+ - env CC=clang meson build --buildtype debugoptimized -Dtestdata_tests=true -Db_sanitize=memory -Db_lundef=false -Dbuild_asm=false
- ninja -C build
- cd build && time meson test -v