Skip to content

Commit 711e05a

Browse files
committed
Fix linkage in the musl test
1 parent d0371d4 commit 711e05a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run-docker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ run() {
1818
--volume `pwd`/target:/checkout/target \
1919
--workdir /checkout \
2020
--privileged \
21-
--env RUSTFLAGS \
21+
--env RUSTFLAGS="-Clink-arg=-L/usr/lib/x86_64-linux-musl/" \
2222
backtrace \
2323
bash \
2424
-c 'PATH=$PATH:/rust/bin exec ci/run.sh'

0 commit comments

Comments
 (0)