Skip to content

Commit 83c2def

Browse files
committed
Unpin the cc crate version
1 parent f18c583 commit 83c2def

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/docker/aarch64-linux-android/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ RUN chmod 755 /android/sdk/cmdline-tools/tools/* /android/sdk/emulator/qemu/linu
3030
ENV PATH=$PATH:/rust/bin \
3131
CARGO_TARGET_AARCH64_LINUX_ANDROID_LINKER=aarch64-linux-android28-clang \
3232
CARGO_TARGET_AARCH64_LINUX_ANDROID_RUNNER=/tmp/runtest \
33+
CC_aarch64_linux_android=aarch64-linux-android28-clang \
3334
HOME=/tmp
3435

3536
ADD runtest-android.rs /tmp/runtest.rs

libc-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ path = ".."
99
default-features = false
1010

1111
[build-dependencies]
12-
cc = "=1.0.52"
12+
cc = "1.0.61"
1313
# FIXME: Use fork ctest until the maintainer gets back.
1414
ctest2 = "0.3"
1515

0 commit comments

Comments
 (0)