Skip to content

Commit 4b4fa9d

Browse files
committed
test ci
1 parent 2f52702 commit 4b4fa9d

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

rust/Earthfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ builder-src:
3333

3434
# Don't build the src in the home directory itself, because it contains stuff.
3535
WORKDIR $HOME/build
36+
RUN --no-cache echo "Cache Disabled"
3637
RUN rm -rf *
3738

39+
3840
# Cached copy of the source we build.
3941
DO +COPY_SRC
4042

@@ -51,7 +53,6 @@ check:
5153
# build : Build crates.
5254
build:
5355
FROM +builder-src
54-
RUN --no-cache echo "Cache Disabled"
5556

5657
DO rust-ci+EXECUTE \
5758
--cmd="/scripts/std_build.py" \

rust/c509-certificate/Earthfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ IMPORT ../.. AS repo
1515
# test it after publishing.
1616
build-wasm:
1717
FROM rust-local+build
18+
RUN --no-cache echo "Cache Disabled"
1819

1920
COPY repo+repo-docs/repo/LICENSE-APACHE c509-certificate/.
2021
COPY repo+repo-docs/repo/LICENSE-MIT c509-certificate/.

rust/cbork/Earthfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ IMPORT .. AS rust-local
99
# CI Automated Entry point.
1010
build:
1111
FROM rust-local+build
12+
RUN --no-cache echo "Cache Disabled"
1213

1314
SAVE ARTIFACT target/release/cbork cbork

0 commit comments

Comments
 (0)