Skip to content
Snippets Groups Projects
Commit e228df91 authored by Yuki Okushi's avatar Yuki Okushi
Browse files

Pin `cc` crate to fix AArch64-Android CI

parent c1b25a56
No related branches found
No related tags found
No related merge requests found
......@@ -9,15 +9,15 @@ unzip -q ${NDK}-linux-x86_64.zip
case "$1" in
arm)
arch=arm
api=24
api=28
;;
armv7)
arch=arm
api=24
api=28
;;
aarch64)
arch=arm64
api=24
api=28
;;
i686)
arch=x86
......
......@@ -29,7 +29,7 @@ RUN chmod 755 /android/sdk/cmdline-tools/tools/* /android/sdk/emulator/qemu/linu
RUN ls -a /android/sdk/platform-tools
ENV PATH=$PATH:/rust/bin \
CARGO_TARGET_AARCH64_LINUX_ANDROID_LINKER=aarch64-linux-android-gcc \
CARGO_TARGET_AARCH64_LINUX_ANDROID_LINKER=aarch64-linux-android28-clang \
CARGO_TARGET_AARCH64_LINUX_ANDROID_RUNNER=/tmp/runtest \
HOME=/tmp
......
......@@ -9,7 +9,7 @@ path = ".."
default-features = false
[build-dependencies]
cc = "1.0"
cc = "=1.0.52"
# FIXME: Use fork ctest until the maintainer gets back.
ctest2 = "0.3"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment