summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2021-10-03 13:10:12 +0100
committerTim-Philipp Müller <tim@centricular.com>2021-10-03 13:17:49 +0100
commitccb57d21ce0069631b8a723bddc9ed05c3e5bbf7 (patch)
tree5ff469ced3a454692394860b2e4f22f284abd15b /.gitlab-ci.yml
parente3ba30bf7e56c4c9317d6174db20375097b2f2f4 (diff)
downloadcairo-ccb57d21ce0069631b8a723bddc9ed05c3e5bbf7.tar.gz
ci: disable aarch64 neon asm in pixman to fix android build
To work around build failures, see #515
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2c0fac142..7aaf78b84 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -311,7 +311,7 @@ meson android arm64 fedora:
ar = toolchain + '-ar'
strip = toolchain + '-strip'
EOF
- - meson setup --cross-file android-cross-file.txt build
+ - meson setup --cross-file android-cross-file.txt -Dpixman:a64-neon=disabled build
- meson compile --verbose -C build
meson macOS: