We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e906129 commit d674b2cCopy full SHA for d674b2c
rust/Earthfile
@@ -1,6 +1,6 @@
1
VERSION 0.8
2
3
-IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.5.12 AS rust-ci
+IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.5.17 AS rust-ci
4
IMPORT ../ AS repo-ci
5
6
COPY_SRC:
@@ -128,4 +128,4 @@ check-builder-src-cache:
128
# local-ci-run: This step simulates the full CI run for local purposes only.
129
local-ci-run:
130
BUILD +check
131
- BUILD +build
+ BUILD +build
rust/c509-certificate/Earthfile
-IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust::v3.5.12 AS rust-ci
+IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust::v3.5.17 AS rust-ci
IMPORT .. AS rust-local
IMPORT ../.. AS repo
0 commit comments