Skip to content

Commit 58b6d8c

Browse files
authored
fix(general): bump rust-ci to fix gcc-multilib arm + bump rust to 1.89 (#513)
* test: gcc-multilib disable for arm issue Signed-off-by: bkioshn <[email protected]> * fix: remove unrelated Signed-off-by: bkioshn <[email protected]> * fix: update rust to 1.89 and rustci to 3.5.10 Signed-off-by: bkioshn <[email protected]> * chore: remove word from dict Signed-off-by: bkioshn <[email protected]> --------- Signed-off-by: bkioshn <[email protected]>
1 parent 3d30615 commit 58b6d8c

File tree

16 files changed

+283
-280
lines changed

16 files changed

+283
-280
lines changed

hermes/Cargo.lock

Lines changed: 268 additions & 265 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hermes/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.5.6 AS rust-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.5.10 AS rust-ci
44
#IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:feat/disallow-debug-format AS rust-ci
55

66
# Use when debugging cat-ci locally.

hermes/rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.88"
2+
channel = "1.89"
33
profile = "default"

wasm/examples/rust/cardano/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.5.6 AS rust-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.5.10 AS rust-ci
44
# Use when debugging cat-ci locally.
55
# IMPORT ../../../catalyst-ci/earthly/rust AS rust-ci
66

wasm/examples/rust/cardano_age/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.5.6 AS rust-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.5.10 AS rust-ci
44
# Use when debugging cat-ci locally.
55
# IMPORT ../../../catalyst-ci/earthly/rust AS rust-ci
66

wasm/examples/rust/next_century/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.5.6 AS rust-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.5.10 AS rust-ci
44
# Use when debugging cat-ci locally.
55
# IMPORT ../../../catalyst-ci/earthly/rust AS rust-ci
66

wasm/integration-test/cardano/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.5.6 AS rust-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.5.10 AS rust-ci
44
# Use when debugging cat-ci locally.
55
# IMPORT ../../catalyst-ci/earthly/rust AS rust-ci
66

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.88"
2+
channel = "1.89"
33
targets = ["wasm32-wasip2"]

wasm/integration-test/http_reply/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.5.6 AS rust-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.5.10 AS rust-ci
44
# Use when debugging cat-ci locally.
55
# IMPORT ../../catalyst-ci/earthly/rust AS rust-ci
66

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.88"
2+
channel = "1.89"
33
targets = ["wasm32-wasip2"]

0 commit comments

Comments
 (0)