shithub: dav1d

Download patch

ref: bce8fae96e397405fb4ae526f3eb631bd63a2717
parent: 3a6a55d8d5883cf094bc3a140e568420014bbf47
author: Janne Grunau <janne-vlc@jannau.net>
date: Wed Mar 4 17:26:31 EST 2020

CI: run a selection of jobs on a node with avx2

Switches build-debian (for avx2 checkasm coverage) and test-win64 and
test-debian-unaligned-stack (for testing asm '%if's).
Refs #330, #333

--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,7 +38,7 @@
     image: registry.videolan.org:5000/dav1d-debian-unstable:20190215130514
     stage: build
     tags:
-        - debian
+        - avx2
         - amd64
     script:
         - meson build --buildtype release --werror
@@ -292,7 +292,7 @@
     stage: test
     needs: ["build-debian"]
     tags:
-        - debian
+        - avx2
         - amd64
     cache:
         key: testdata.git-20190215
@@ -382,7 +382,7 @@
     stage: test
     needs: ["build-win64"]
     tags:
-        - debian
+        - avx2
         - amd64
     cache:
         key: testdata.git-20190215