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.
1 parent e791bfb commit 66ae8bdCopy full SHA for 66ae8bd
Earthfile
@@ -46,7 +46,7 @@ source:
46
cross-build:
47
FROM +source
48
ARG --required TARGET
49
- DO rust+GET_RUST_CACHE_MOUNTS
+ DO rust+SET_CACHE_MOUNTS_ENV
50
WITH DOCKER
51
RUN --mount=$EARTHLY_RUST_CARGO_HOME_CACHE --mount=$EARTHLY_RUST_TARGET_CACHE cross build --target $TARGET --release
52
END
0 commit comments