mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 11:55:39 +00:00
android: Use the new docker image
This commit is contained in:
parent
aa13631e38
commit
6542818ffb
1 changed files with 2 additions and 4 deletions
|
@ -108,14 +108,12 @@ build fedora x86_64:
|
|||
|
||||
build android arm64 api28:
|
||||
extends: '.build'
|
||||
image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/android_28:f085d34a32cb8cac95cbd420344efeaa647d08d5'
|
||||
image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/ubuntu:aa13631e38cb4e1e4ee1c869aa523952dcd8cca7'
|
||||
variables:
|
||||
MESON_ARGS: >
|
||||
-Dbad=enabled
|
||||
-Dbad:androidmedia=enabled
|
||||
--cross-file /android_arm64_28.txt
|
||||
before_script:
|
||||
- cat /android_arm64_28.txt
|
||||
--cross-file cross-files/android_arm64_api28.txt
|
||||
|
||||
.test:
|
||||
stage: 'test'
|
||||
|
|
Loading…
Reference in a new issue