From 69e280f2adc38c38cc66757f0c069faa9fb5bbf9 Mon Sep 17 00:00:00 2001 From: Apisit Ritreungroj Date: Fri, 8 Dec 2023 18:03:28 +0700 Subject: [PATCH] chore: remove CP_SRC from rust builder --- catalyst-gateway/Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalyst-gateway/Earthfile b/catalyst-gateway/Earthfile index 8b10a56c5a..c2d967d027 100644 --- a/catalyst-gateway/Earthfile +++ b/catalyst-gateway/Earthfile @@ -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: