mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-01 04:50:13 +01:00
ci: Allow failure on the Android job
The CI image we depend on is gone; until we can get something back, this CI job should not block other work.
This commit is contained in:
parent
bdd12408a7
commit
92dde935d4
1 changed files with 1 additions and 0 deletions
|
|
@ -406,6 +406,7 @@ android arm64 fedora:
|
|||
when: 'always'
|
||||
paths:
|
||||
- "build/meson-logs/*.txt"
|
||||
allow_failure: true
|
||||
before_script:
|
||||
- dnf install -y python3-pip gcc ninja-build gperf
|
||||
- pip3 install --user meson
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue