Skip to content

Commit

Permalink
ci: remove tmp wasm build target
Browse files Browse the repository at this point in the history
  • Loading branch information
apskhem committed Dec 18, 2023
1 parent 78dcb05 commit e12d609
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions hermes/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@ check-hosted:
check-all-hosts:
BUILD --platform=linux/amd64 --platform=linux/arm64 +check-hosted

build-wasi-component-adapter:
FROM +builder

RUN cargo build -p wasi-component-adapter --target wasm32-unknown-unknown --release

SAVE ARTIFACT hermes/target/wasm32-unknown-unknown/release/wasi_snapshot_preview1.wasm wasi-component-adapter.wasm

build-hosted:
ARG TARGETPLATFORM

Expand All @@ -68,6 +61,7 @@ build-hosted:

SAVE ARTIFACT target/$TARGETARCH/doc doc
SAVE ARTIFACT target/$TARGETARCH/release/hermes hermes
SAVE ARTIFACT target/wasm32-unknown-unknown/release/wasi_snapshot_preview1.wasm wasi-component-adapter.wasm

# Test which runs check with all supported host tooling. Needs qemu or rosetta to run.
# Only used to validate tooling is working across host toolsets.
Expand Down

0 comments on commit e12d609

Please sign in to comment.