Skip to content

Commit 8f7e515

Browse files
committed
Set linker for aarch64
1 parent 45b18e6 commit 8f7e515

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
"apt-get update && apt-get install --assume-yes libssl-dev:arm64"
7676
]
7777
EOF
78+
export CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=/usr/bin/aarch64-linux-gnu-gcc
7879
cross build --release --target ${{ matrix.rust_arch }} --features optimizations
7980
mv target/${{ matrix.rust_arch }}/release/dx target/dx.${{ matrix.docker_arch }}
8081

0 commit comments

Comments
 (0)