Skip to content

Commit f164369

Browse files
authored
chore: remove CP_SRC from rust builder (#181)
1 parent 9337c73 commit f164369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

catalyst-gateway/Earthfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ builder:
88

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

11-
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"
11+
COPY --dir .cargo .config Cargo.* clippy.toml deny.toml rustfmt.toml bin crates .
1212

1313
# Test rust build container - Use best architecture host tools.
1414
check-hosted:

0 commit comments

Comments
 (0)