File tree Expand file tree Collapse file tree 14 files changed +18
-16
lines changed
catalyst_cardano/catalyst_cardano/wallet-automation Expand file tree Collapse file tree 14 files changed +18
-16
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.3.4 AS mdlint-ci
4- IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.3.4 AS cspell-ci
5- IMPORT github.com/input-output-hk/catalyst-ci/earthly/postgresql:v3.3.4 AS postgresql-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.4.0 AS mdlint-ci
4+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.4.0 AS cspell-ci
5+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/postgresql:v3.4.0 AS postgresql-ci
66
77FROM debian:stable-slim
88
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.3.4 AS rust-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.4.0 AS rust-ci
44IMPORT ../ AS repo-ci
55
66# cspell: words rustfmt toolsets USERARCH stdcfgs
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ allow = [
8080 " MPL-2.0" ,
8181 " Zlib" ,
8282 " MIT-0" ,
83+ " CDLA-Permissive-2.0" ,
8384]
8485exceptions = [
8586 # { allow = ["Zlib"], crate = "tinyvec" },
Original file line number Diff line number Diff line change 33# the database and its associated software.
44VERSION 0.8
55
6- IMPORT github.com/input-output-hk/catalyst-ci/earthly/postgresql:v3.3.4 AS postgresql-ci
6+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/postgresql:v3.4.0 AS postgresql-ci
77
88# cspell: words
99
Original file line number Diff line number Diff line change 11VERSION 0.8
2- IMPORT github.com/input-output-hk/catalyst-ci/earthly/spectral:v3.3.4 AS spectral-ci
2+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/spectral:v3.4.0 AS spectral-ci
33IMPORT .. AS gateway
44
55docker-compose :
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.3.4 AS python-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.4.0 AS python-ci
44IMPORT github.com/input-output-hk/catalyst-libs/rust:r20250425-00 AS cat-libs-rust
55
66builder :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ VERSION 0.8
22
33IMPORT ../ AS repo-ci
44IMPORT ../catalyst-gateway AS catalyst-gateway
5- IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.3.4 AS flutter-ci
5+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.4.0 AS flutter-ci
66
77# repo-catalyst-voices - Creates artifacts of all configuration files,
88# packages and folders related to catalyst_voices frontend.
Original file line number Diff line number Diff line change 11VERSION 0.8
2- IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.3.4 AS flutter-ci
3- IMPORT github.com/input-output-hk/catalyst-ci/earthly/playwright:v3.3.4 AS playwright-ci
2+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.4.0 AS flutter-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/playwright:v3.4.0 AS playwright-ci
44
55deps :
66 DO playwright-ci+SETUP --workdir = /wallet-automation
Original file line number Diff line number Diff line change 11VERSION 0.8
22
3- IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.3.4 AS flutter-ci
4- IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter_rust_bridge:v3.3.4 AS flutter_rust_bridge
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.4.0 AS flutter-ci
4+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter_rust_bridge:v3.4.0 AS flutter_rust_bridge
55
66builder :
77 FROM flutter_rust_bridge+builder
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.3.4 AS rust-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.4.0 AS rust-ci
44IMPORT ../ AS flutter-rust-bridge
55
66# builder : Setup the builder
You can’t perform that action at this time.
0 commit comments