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:
authorKonstantin Pavlov <thresh@videolan.org>2018-11-22 19:21:51 +0300
committerKonstantin Pavlov <thresh@videolan.org>2018-11-22 21:26:28 +0300
commit516333caac1808c42d3df84997f51ba1329f2a76 (patch)
tree528046871ea8c330bb3bb58604f044afe3a7a48b
parent82404efb061fead594df2e8ba2a99c0c0cc4b8e9 (diff)
CI: use aarch64 images from VideoLAN registry.
The images sources are available on https://code.videolan.org/videolan/docker-images-aarch64.
-rw-r--r--.gitlab-ci.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 220389a..c934885 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -66,6 +66,7 @@ build-win64:
build-debian-aarch64:
stage: build
+ image: registry.videolan.org:5000/dav1d-debian-unstable-aarch64:20181122182457
tags:
- aarch64
- debian
@@ -76,9 +77,9 @@ build-debian-aarch64:
build-debian-aarch64-clang-5:
stage: build
+ image: registry.videolan.org:5000/dav1d-debian-unstable-aarch64:20181122182457
tags:
- aarch64
- - clang5
- debian
script:
- env CC=clang-5.0 CFLAGS='-integrated-as' meson build --buildtype release
@@ -95,7 +96,7 @@ build-macos:
- cd build && meson test -v
build-debian-werror:
- image: dav1d-debian-aarch64:201810240631
+ image: registry.videolan.org:5000/dav1d-debian-unstable-aarch64:20181122182457
stage: build
tags:
- aarch64
@@ -145,7 +146,7 @@ test-debian-asan:
- cd build && time meson test -v
test-debian-msan:
- image: dav1d-debian-aarch64:201810300753
+ image: registry.videolan.org:5000/dav1d-debian-unstable-aarch64:20181122182457
stage: test
tags:
- debian