Use binary objects from external repository, fix CI for arm64
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
DataHoarder 2022-11-15 14:06:16 +01:00
parent f37c92e58d
commit 984b5ad9fc
Signed by: DataHoarder
SSH key fingerprint: SHA256:OLTRf6Fl87G52SiR7sWLGNzlJt4WOX+tfI2yxo0z7xk
5 changed files with 9 additions and 12 deletions

View file

@ -25,9 +25,7 @@ steps:
image: alpine
commands:
- apk update
- apk add --no-cache wget bash git git-lfs
- git lfs install
- git lfs pull
- apk add --no-cache wget bash
- ./testdata/prepare.sh
- name: build-x264
image: golang:1.19-bullseye
@ -143,9 +141,7 @@ steps:
image: alpine
commands:
- apk update
- apk add --no-cache wget bash git git-lfs
- git lfs install
- git lfs pull
- apk add --no-cache wget bash
- ./testdata/prepare.sh
- name: build-x264
image: golang:1.19-bullseye

View file

@ -1 +0,0 @@
*.ivf filter=lfs diff=lfs merge=lfs -text

3
testdata/.gitignore vendored
View file

@ -1 +1,2 @@
*.y4m
*.y4m
*.ivf

6
testdata/prepare.sh vendored
View file

@ -5,5 +5,9 @@ pushd "${0%/*}" || exit
# Samples taken from https://media.xiph.org/
if [[ ! -f "sintel_trailer_2k_720p24.y4m" ]]; then
wget --show-progress -O "sintel_trailer_2k_720p24.y4m" https://media.xiph.org/video/derf/y4m/sintel_trailer_2k_720p24.y4m
wget --show-progress -O "sintel_trailer_2k_720p24.y4m" https://git.gammaspectra.live/S.O.N.G/Video-Samples/media/branch/master/sintel_trailer_2k_720p24.y4m
fi
if [[ ! -f "sintel_trailer_2k_720p24_av1_low.ivf" ]]; then
wget --show-progress -O "sintel_trailer_2k_720p24_av1_low.ivf" https://git.gammaspectra.live/S.O.N.G/Video-Samples/media/branch/master/sintel_trailer_2k_720p24_av1_low.ivf
fi

BIN
testdata/sintel_trailer_2k_720p24_av1_low.ivf (Stored with Git LFS) vendored

Binary file not shown.