Skip to content

Commit

Permalink
ci: remove flex args
Browse files Browse the repository at this point in the history
  • Loading branch information
apskhem committed Dec 18, 2023
1 parent 434d0b9 commit 9590f54
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions hermes/wasm/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,11 @@ fork-wasi-component-adapter:

# Set up our target toolchains, and copy our files.
builder:
# All packages need to be built into wasm.
ARG packages=wasi wasi-component-adapter

FROM github.com/input-output-hk/catalyst-ci/earthly/rust:v2.0.3+rust-base

DO github.com/input-output-hk/catalyst-ci/earthly/rust:v2.0.3+SETUP --toolchain=rust-toolchain.toml

COPY --dir .cargo .config Cargo.* clippy.toml deny.toml rustfmt.toml $packages .
COPY --dir .cargo Cargo.* clippy.toml deny.toml rustfmt.toml wasi wasi-component-adapter .

# Test rust build container - Use best architecture host tools.
check-hosted:
Expand Down

0 comments on commit 9590f54

Please sign in to comment.