Skip to content

Commit c68a4a5

Browse files
committed
test ci
1 parent be14a11 commit c68a4a5

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

rust/c509-certificate/Earthfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ IMPORT ../.. AS repo
1313
# - Create a publish target which can publish the library to NPM for both Web and NodeJS.
1414
# - Create a simple example web app and nodejs app which uses the library, and can be used to
1515
# test it after publishing.
16-
build-wasm:
17-
FROM rust-local+build
16+
# build-wasm:
17+
# FROM rust-local+build
1818

19-
COPY repo+repo-docs/repo/LICENSE-APACHE c509-certificate/.
20-
COPY repo+repo-docs/repo/LICENSE-MIT c509-certificate/.
19+
# COPY repo+repo-docs/repo/LICENSE-APACHE c509-certificate/.
20+
# COPY repo+repo-docs/repo/LICENSE-MIT c509-certificate/.
2121

22-
# We should be able to use the library in all these places, so build it for them all.
23-
FOR target IN web nodejs bundler
24-
RUN wasm-pack build c509-certificate --release --target "$target" --out-dir "pkg/$target"
25-
END
22+
# # We should be able to use the library in all these places, so build it for them all.
23+
# FOR target IN web nodejs bundler
24+
# RUN wasm-pack build c509-certificate --release --target "$target" --out-dir "pkg/$target"
25+
# END
2626

27-
SAVE ARTIFACT ./c509-certificate/pkg /pkg
27+
# SAVE ARTIFACT ./c509-certificate/pkg /pkg
2828

2929
# js-wasm-package-locally : Generate the wasm package and save it locally
3030
js-wasm-package-locally:

rust/cbork/Earthfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ IMPORT .. AS rust-local
77

88
# Run build using the most efficient host tooling
99
# CI Automated Entry point.
10-
build:
11-
FROM rust-local+build
10+
# build:
11+
# FROM rust-local+build
1212

13-
SAVE ARTIFACT target/release/cbork cbork
13+
# SAVE ARTIFACT target/release/cbork cbork

0 commit comments

Comments
 (0)