From 53ae498cea6d5c4311b276ce74b3e88931305a46 Mon Sep 17 00:00:00 2001 From: bkioshn Date: Mon, 23 Dec 2024 11:17:43 +0700 Subject: [PATCH] test ci --- rust/Earthfile | 2 ++ 1 file changed, 2 insertions(+) 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" \