We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0371d4 commit 711e05aCopy full SHA for 711e05a
ci/run-docker.sh
@@ -18,7 +18,7 @@ run() {
18
--volume `pwd`/target:/checkout/target \
19
--workdir /checkout \
20
--privileged \
21
- --env RUSTFLAGS \
+ --env RUSTFLAGS="-Clink-arg=-L/usr/lib/x86_64-linux-musl/" \
22
backtrace \
23
bash \
24
-c 'PATH=$PATH:/rust/bin exec ci/run.sh'
0 commit comments