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>2020-01-21 21:25:33 +0300
committerKonstantin Pavlov <thresh@videolan.org>2020-01-21 21:25:33 +0300
commite636a2f4d1748d8b6aeb391a3ceda94a05497cd5 (patch)
tree3d6274ac9006e729cdc2dd88d008fe326ec7be8c /.gitlab-ci.yml
parente706fac9cf35d50fc19f0c6ef699e07f0fabe160 (diff)
CI: Use a newer image to build snap packages
The image now includes nasm 2.14.02 which is needed to assemble AVX512 code.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 156836b..315fa1c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -236,7 +236,7 @@ build-debian-armv7-clang-5:
build-ubuntu-snap:
stage: build
- image: registry.videolan.org:5000/dav1d-ubuntu-bionic:20190221154127
+ image: registry.videolan.org/dav1d-ubuntu-bionic:20200121182340
tags:
- debian
- amd64