Skip to content

Commit bf0fe0b

Browse files
bors[bot]jonas-schievinkJonas Schievink
authored
Merge #464
464: aarch64-unknown-linux-musl: do not set RUSTFLAGS r=reitermarkus a=jonas-schievink rust-lang/rust#46651 has been fixed, and this helps with #463 Co-authored-by: Jonas Schievink <[email protected]> Co-authored-by: Jonas Schievink <[email protected]>
2 parents 9789c6d + 9d82aa8 commit bf0fe0b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
vmImage: $(VM_IMAGE)
1515
variables:
1616
VM_IMAGE: ubuntu-latest
17-
TOOLCHAIN: 1.42.0
17+
TOOLCHAIN: 1.47.0
1818
CARGO_NET_RETRY: 3
1919
CARGO_HTTP_CHECK_REVOKE: false
2020
strategy:

docker/Dockerfile.aarch64-unknown-linux-musl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ RUN ln -sf \
2121
/usr/local/aarch64-linux-musl/lib/ld-musl-aarch64.so.1
2222
ENV QEMU_LD_PREFIX=/usr/local/aarch64-linux-musl
2323

24-
# Workaround for https://github.com/rust-lang/rust/issues/46651
25-
ENV RUSTFLAGS="-C link-arg=-lgcc"
26-
2724
ENV CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER=aarch64-linux-musl-gcc \
2825
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUNNER=qemu-aarch64 \
2926
CC_aarch64_unknown_linux_musl=aarch64-linux-musl-gcc \

0 commit comments

Comments
 (0)