Skip to content

Commit

Permalink
Fix linkage in the musl test
Browse files Browse the repository at this point in the history
  • Loading branch information
saethlin committed Jan 6, 2024
1 parent d0371d4 commit 711e05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ run() {
--volume `pwd`/target:/checkout/target \
--workdir /checkout \
--privileged \
--env RUSTFLAGS \
--env RUSTFLAGS="-Clink-arg=-L/usr/lib/x86_64-linux-musl/" \
backtrace \
bash \
-c 'PATH=$PATH:/rust/bin exec ci/run.sh'
Expand Down

0 comments on commit 711e05a

Please sign in to comment.