Skip to content

Commit

Permalink
chore: remove CP_SRC from rust builder
Browse files Browse the repository at this point in the history
  • Loading branch information
apskhem committed Dec 8, 2023
1 parent 9337c73 commit 69e280f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalyst-gateway/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ builder:

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

DO github.com/input-output-hk/catalyst-ci/earthly/rust:v2.0.3+CP_SRC --src=".cargo .config Cargo.* clippy.toml deny.toml rustfmt.toml bin crates"
COPY --dir .cargo .config Cargo.* clippy.toml deny.toml rustfmt.toml bin crates .

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

0 comments on commit 69e280f

Please sign in to comment.