File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff 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
5153# build : Build crates.
5254build :
5355 FROM +builder-src
54- RUN --no-cache echo "Cache Disabled"
5556
5657 DO rust-ci+EXECUTE \
5758 --cmd = "/scripts/std_build.py" \
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ IMPORT ../.. AS repo
1515# test it after publishing.
1616build-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/.
Original file line number Diff line number Diff line change @@ -9,5 +9,6 @@ IMPORT .. AS rust-local
99# CI Automated Entry point.
1010build :
1111 FROM rust-local+build
12+ RUN --no-cache echo "Cache Disabled"
1213
1314 SAVE ARTIFACT target/release/cbork cbork
You can’t perform that action at this time.
0 commit comments