dav1d: use nasm from ubuntu eoan since dav1d needs nasm-2.14 (#3375)

This commit is contained in:
Janne Grunau 2020-02-11 21:29:36 +01:00 committed by GitHub
parent 0ed0f37ca2
commit e37ccaa85f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER janne-vlc@jannau.net
ADD bionic.list /etc/apt/sources.list.d/bionic.list
ADD nasm.list /etc/apt/sources.list.d/nasm.list
ADD nasm_apt.pin /etc/apt/preferences
RUN dpkg --add-architecture i386 && \

View File

@ -1,2 +0,0 @@
# use nasm 2.13.02 from bionic
deb http://archive.ubuntu.com/ubuntu/ bionic universe

2
projects/dav1d/nasm.list Normal file
View File

@ -0,0 +1,2 @@
# use nasm from a newer ubuntu release
deb http://archive.ubuntu.com/ubuntu/ eoan universe

View File

@ -1,7 +1,7 @@
Package: *
Pin: release n=bionic
Pin: release n=eoan
Pin-Priority: 1
Package: nasm
Pin: release n=bionic
Pin: release n=eoan
Pin-Priority: 555