shithub: dav1d

Download patch

ref: 516333caac1808c42d3df84997f51ba1329f2a76
parent: 82404efb061fead594df2e8ba2a99c0c0cc4b8e9
author: Konstantin Pavlov <thresh@videolan.org>
date: Thu Nov 22 14:21:51 EST 2018

CI: use aarch64 images from VideoLAN registry.

The images sources are available on
https://code.videolan.org/videolan/docker-images-aarch64.

--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -66,6 +66,7 @@
 
 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-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 @@
         - 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 @@
         - 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