diff --git a/rust/Earthfile b/rust/Earthfile index f54126114a..090f4fcf6d 100644 --- a/rust/Earthfile +++ b/rust/Earthfile @@ -51,6 +51,8 @@ check: # build : Build crates. build: FROM +builder-src + RUN --no-cache echo "Cache Disabled" + RUN rm -rf ~/build/target/release DO rust-ci+EXECUTE \ --cmd="/scripts/std_build.py" \