diff options
Diffstat (limited to 'Earthfile')
| -rw-r--r-- | Earthfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ docker: SAVE IMAGE --push fuwn/locus:$tag deps: - ARG rustc="nightly-2024-02-01" + ARG rustc="nightly" FROM clux/muslrust:$rustc @@ -30,7 +30,7 @@ deps: && rm rustup-init RUN ~/.cargo/bin/rustup target add x86_64-unknown-linux-musl RUN echo "[build]\ntarget = \"x86_64-unknown-linux-musl\"" > ~/.cargo/config - RUN rustup component add rust-src --toolchain nightly-2024-02-01-x86_64-unknown-linux-gnu + RUN rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu build: FROM +deps |