File tree Expand file tree Collapse file tree 7 files changed +8
-12
lines changed
src/architecture/08_concepts Expand file tree Collapse file tree 7 files changed +8
-12
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.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
77FROM debian:stable-slim
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.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
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/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
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/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
55check-cddl :
66 FROM cddl-ci+cddl-base
Original file line number Diff line number Diff line change @@ -27,11 +27,7 @@ rustflags = [
2727
2828[build ]
2929rustflags = []
30- rustdocflags = [
31- " --enable-index-page" ,
32- " -Z" ,
33- " unstable-options" ,
34- ]
30+ rustdocflags = []
3531
3632[profile .dev ]
3733opt-level = 1
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.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
55COPY_SRC :
66 FUNCTION
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.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
66IMPORT .. AS rust-local
You can’t perform that action at this time.
0 commit comments