Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Earthfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
VERSION 0.8

IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.5.12 AS mdlint-ci
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.5.12 AS cspell-ci
IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.5.12 AS python-ci
IMPORT github.com/input-output-hk/catalyst-ci:v3.5.12 AS cat-ci
IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.5.17 AS mdlint-ci
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.5.17 AS cspell-ci
IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.5.17 AS python-ci
IMPORT github.com/input-output-hk/catalyst-ci:v3.5.17 AS cat-ci

FROM debian:stable-slim

Expand Down
2 changes: 1 addition & 1 deletion docs/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION 0.8

IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.5.12 AS docs-ci
IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.5.17 AS docs-ci

IMPORT .. AS repo

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION 0.8

IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.12 AS cddl-ci
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.17 AS cddl-ci

check-cddl:
FROM cddl-ci+cddl-base
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION 0.8

IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.12 AS cddl-ci
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.17 AS cddl-ci

check-cddl:
FROM cddl-ci+cddl-base
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION 0.8

IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.12 AS cddl-ci
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.17 AS cddl-ci

check-cddl:
FROM cddl-ci+cddl-base
Expand Down
11 changes: 11 additions & 0 deletions rust/.config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,14 @@ store-success-output = true
# Note that if a description can be extracted from the output, it is always stored in the
# <description> element.
store-failure-output = true

[test-groups]
serial-integration = { max-threads = 1 }

[[profile.default.overrides]]
filter = 'test(/^serial::/)'
test-group = 'serial-integration'

[[profile.ci.overrides]]
filter = 'test(/^serial::/)'
test-group = "serial-integration"
2 changes: 1 addition & 1 deletion rust/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION 0.8

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 repo-ci

COPY_SRC:
Expand Down
2 changes: 1 addition & 1 deletion rust/c509-certificate/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION 0.8

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
Expand Down
4 changes: 2 additions & 2 deletions rust/cardano-chain-follower/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cardano-chain-follower"
version = "0.0.13"
version = "0.0.14"
edition.workspace = true
authors.workspace = true
homepage.workspace = true
Expand All @@ -11,7 +11,7 @@ license.workspace = true
workspace = true

[dependencies]
mithril-client = { version = "0.12.2", default-features = false, features = [
mithril-client = { version = "=0.12.2", default-features = false, features = [
"full",
"num-integer-backend",
] }
Expand Down
5 changes: 4 additions & 1 deletion rust/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ targets = [

[advisories]
version = 2
ignore = []
ignore = [
"RUSTSEC-2025-0067",
"RUSTSEC-2025-0068",
]

[bans]
multiple-versions = "warn"
Expand Down
6 changes: 3 additions & 3 deletions specs/Earthfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
VERSION 0.8

IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.5.12 AS python-ci
IMPORT github.com/input-output-hk/catalyst-ci/earthly/debian:v3.5.12 AS debian
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cue:v3.5.12 AS cue
IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.5.17 AS python-ci
IMPORT github.com/input-output-hk/catalyst-ci/earthly/debian:v3.5.17 AS debian
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cue:v3.5.17 AS cue

IMPORT ../docs AS docs

Expand Down
2 changes: 1 addition & 1 deletion specs/generators/pages/signed_doc/cddl/Earthfile.jinja
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION 0.8

IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.12 AS cddl-ci
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.17 AS cddl-ci

check-cddl:
FROM cddl-ci+cddl-base
Expand Down
2 changes: 1 addition & 1 deletion utilities/docs-preview/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION 0.8

IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.5.12 AS docs-ci
IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.5.17 AS docs-ci

# update-docs-dev-script: get the latest docs dev script from CI.
update-docs-dev-script:
Expand Down
Loading