File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Expand file tree Collapse file tree 7 files changed +15
-15
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.5.26 AS mdlint-ci
4- IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.5.26 AS cspell-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.5.28 AS mdlint-ci
4+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.5.28 AS cspell-ci
55
66
77# cspell: words livedocs sitedocs
8-
8+
99# check-markdown : markdown check using catalyst-ci.
1010check-markdown :
1111 DO mdlint-ci+CHECK
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.5.26 AS docs-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.5.28 AS docs-ci
44
55IMPORT .. AS repo
66IMPORT ../hermes AS hermes
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.5.26 AS rust-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.5.28 AS rust-ci
44
55# Use when debugging cat-ci locally.
66# IMPORT ../../catalyst-ci/earthly/rust AS rust-ci
Original file line number Diff line number Diff line change 11VERSION 0.8
22
33IMPORT ../../../wasm AS wasm
4- IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.5.26 AS rust-ci
4+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.5.28 AS rust-ci
55
66# Make an artifact which consists of the common code shared by Athena modules.
77workspace-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/docs:v3.5.26 AS docs-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.5.28 AS docs-ci
44
55# update-docs-dev-script: get the latest docs dev script from CI.
66update-docs-dev-script :
Original file line number Diff line number Diff line change 11VERSION 0.8
22
3- IMPORT github.com/input-output-hk/catalyst-ci/earthly/go:v3.5.26 AS go-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/go:v3.5.28 AS go-ci
44
55IMPORT ../.. AS wasm
66
77# build - build a wasm component from Golang
88build :
9- FROM go-ci+go-wasm-builder
9+ FROM go-ci+go-wasm-builder
1010
1111 WORKDIR /work
1212
@@ -15,13 +15,13 @@ build:
1515 COPY main.go go.mod .
1616 RUN go mod tidy
1717
18- # `wkg wit build` uses `wkg.toml` to help resolve import dependencies.
18+ # `wkg wit build` uses `wkg.toml` to help resolve import dependencies.
1919 # This generate hermes:wasi.wasm
2020 RUN wkg wit build -d ./wit
2121
2222 # Generate go binding
2323 RUN wit-bindgen-go generate --world hermes --out binding ./hermes:wasi.wasm
24-
24+
2525 # Generate WASM component targeting WASM preview 2
2626 RUN tinygo build --target = wasip2 -o golang.wasm --wit-package hermes:wasi.wasm --wit-world hermes main.go
27- SAVE ARTIFACT golang.wasm
27+ SAVE ARTIFACT golang.wasm
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.5.26 AS rust-ci
4- IMPORT github.com/input-output-hk/catalyst-ci/earthly/go:v3.5.26 AS go-ci
5- IMPORT github.com/input-output-hk/catalyst-ci/earthly/wasm/c:v3.5.26 AS wasm-c-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.5.28 AS rust-ci
4+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/go:v3.5.28 AS go-ci
5+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/wasm/c:v3.5.28 AS wasm-c-ci
66
77# Use when debugging cat-ci locally.
88# IMPORT ../../catalyst-ci/earthly/rust AS rust-ci
You can’t perform that action at this time.
0 commit comments