Skip to content

Commit 5146663

Browse files
committed
fix linking error on i586
1 parent e312c8a commit 5146663

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ci/docker/dist-i586-gnu-i686-musl/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ ENV RUST_CONFIGURE_ARGS \
3434
#
3535
# See: https://github.com/rust-lang/rust/issues/34978
3636
ENV CFLAGS_i686_unknown_linux_musl=-Wa,-mrelax-relocations=no
37+
ENV CFLAGS_i586_unknown_linux_gnu=-Wa,-mrelax-relocations=no
3738

3839
ENV SCRIPT \
3940
python2.7 ../x.py test \

0 commit comments

Comments
 (0)