We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 280addd commit bb18416Copy full SHA for bb18416
ci/docker/i686-unknown-linux-gnu/Dockerfile
@@ -1,2 +1,2 @@
1
FROM rust-i686-unknown-linux-gnu
2
-RUN command -v cc || ln "$(command -v gcc)" /usr/bin/cc
+RUN command -v cc || ln "$(command -v gcc)" "$(dirname "$(command -v gcc)")"/cc
ci/docker/x86_64-unknown-linux-gnu/Dockerfile
FROM rust-x86_64-unknown-linux-gnu
0 commit comments