We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/usr/local
/usr
1 parent 723d76e commit 3f48b28Copy full SHA for 3f48b28
.devcontainer/Dockerfile
@@ -28,6 +28,6 @@ COPY build-context/Cargo.toml /tmp/
28
RUN awk -F' = ' '/ = /{print $2 " " $1}' /tmp/Cargo.toml | xargs -n2 -P$(nproc) cargo install --locked --version \
29
&& sudo rm -rf /tmp/Cargo.toml "$CARGO_HOME/registry" \
30
# && rustup toolchain list | awk '{print $1}' | xargs rustup uninstall \
31
- && sudo install -m 755 -d /usr/{bin,lib}/mold
32
-COPY --from=mold /usr/bin/mold /usr/bin/mold/ld
33
-COPY --from=mold /usr/lib/mold /usr/lib/mold/
+ && sudo install -m 755 -d /usr/local/{bin,lib}/mold
+COPY --from=mold /usr/local/bin/mold /usr/local/bin/mold/ld
+COPY --from=mold /usr/local/lib/mold /usr/local/lib/mold/
0 commit comments