File tree Expand file tree Collapse file tree 15 files changed +22
-18
lines changed
src/architecture/08_concepts/signed_doc/cddl
generators/pages/signed_doc/cddl Expand file tree Collapse file tree 15 files changed +22
-18
lines changed Original file line number Diff line number Diff line change 11VERSION 0.8
22
3- IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.6.12 AS mdlint-ci
4- IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.6.12 AS cspell-ci
5- IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.6.12 AS python-ci
6- IMPORT github.com/input-output-hk/catalyst-ci:v3.6.12 AS cat-ci
7- IMPORT github.com/input-output-hk/catalyst-ci/earthly/debian:v3.6.12 AS debian
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.6.13 AS mdlint-ci
4+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.6.13 AS cspell-ci
5+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.6.13 AS python-ci
6+ IMPORT github.com/input-output-hk/catalyst-ci:v3.6.13 AS cat-ci
7+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/debian:v3.6.13 AS debian
88
99
1010# check-markdown : markdown check using catalyst-ci.
Original file line number Diff line number Diff line change 11VERSION 0.8
22
3- IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.6.12 AS python-ci
4- IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.6.12 AS rust-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.6.13 AS python-ci
4+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.6.13 AS rust-ci
55
66builder :
77 DO rust-ci+SETUP
Original file line number Diff line number Diff line change 11VERSION 0.8
22
3- IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.6.12 AS rust-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.6.13 AS rust-ci
44
55builder :
66 DO rust-ci+SETUP
Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ allow-git = [
6969 " https://github.com/input-output-hk/catalyst_flutter_rust_bridge" ,
7070 # TODO: remove this when new version `0.6.2` would be published to crates.io
7171 " https://github.com/nervosnetwork/sparse-merkle-tree.git" ,
72+ # TODO: remove this when change from forked is merged
73+ " https://github.com/input-output-hk/rust-ipfs"
7274]
7375
7476[licenses ]
Original file line number Diff line number Diff line change 11VERSION 0.8
22
3- IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.6.12 AS docs-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.6.13 AS docs-ci
44
55IMPORT .. AS repo
66
Original file line number Diff line number Diff line change 11VERSION 0.8
22
3- IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.6.12 AS cddl-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.6.13 AS cddl-ci
44
55check-cddl :
66 FROM cddl-ci+cddl-base
Original file line number Diff line number Diff line change 11VERSION 0.8
22
3- IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.6.12 AS rust-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.6.13 AS rust-ci
44IMPORT ../ AS repo-ci
55
66COPY_SRC :
Original file line number Diff line number Diff line change 11VERSION 0.8
22
3- IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust::v3.6.12 AS rust-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust::v3.6.13 AS rust-ci
44
55IMPORT .. AS rust-local
66IMPORT ../.. AS repo
Original file line number Diff line number Diff line change 11VERSION 0.8
22
3- IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.6.12 AS rust-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.6.13 AS rust-ci
44
55# wasm32-wasip2
66WASM_BUILD :
Original file line number Diff line number Diff line change 11VERSION 0.8
22
3- IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.6.12 AS rust-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.6.13 AS rust-ci
44
55# wasm32-wasip2
66WASM_BUILD :
You can’t perform that action at this time.
0 commit comments