We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9337c73 commit f164369Copy full SHA for f164369
catalyst-gateway/Earthfile
@@ -8,7 +8,7 @@ builder:
8
9
DO github.com/input-output-hk/catalyst-ci/earthly/rust:v2.0.3+SETUP --toolchain=rust-toolchain.toml
10
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"
+ COPY --dir .cargo .config Cargo.* clippy.toml deny.toml rustfmt.toml bin crates .
12
13
# Test rust build container - Use best architecture host tools.
14
check-hosted:
0 commit comments