Skip to content

Commit 381f970

Browse files
committed
fix(rust): test serialized doctests in ci
1 parent f8408dc commit 381f970

File tree

7 files changed

+8
-12
lines changed

7 files changed

+8
-12
lines changed

Earthfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.2.26 AS mdlint-ci
4-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.2.26 AS cspell-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:fix/rust-docs-not-nightly AS mdlint-ci
4+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:fix/rust-docs-not-nightly AS cspell-ci
55

66

77
FROM debian:stable-slim

docs/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.2.26 AS docs-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:fix/rust-docs-not-nightly AS docs-ci
44

55

66
IMPORT .. AS repo

docs/src/architecture/08_concepts/catalyst_voting/cddl/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.2.26 AS cddl-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:fix/rust-docs-not-nightly AS cddl-ci
44

55
check-cddl:
66
FROM cddl-ci+cddl-base

docs/src/architecture/08_concepts/immutable_ledger/cddl/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.2.26 AS cddl-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:fix/rust-docs-not-nightly AS cddl-ci
44

55
check-cddl:
66
FROM cddl-ci+cddl-base

rust/.cargo/config.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ rustflags = [
2727

2828
[build]
2929
rustflags = []
30-
rustdocflags = [
31-
"--enable-index-page",
32-
"-Z",
33-
"unstable-options",
34-
]
30+
rustdocflags = []
3531

3632
[profile.dev]
3733
opt-level = 1

rust/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.2.26 AS rust-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:fix/rust-docs-not-nightly AS rust-ci
44

55
COPY_SRC:
66
FUNCTION

rust/c509-certificate/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust::v3.2.26 AS rust-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust::fix/rust-docs-not-nightly AS rust-ci
44

55

66
IMPORT .. AS rust-local

0 commit comments

Comments
 (0)