Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(ghcr-rust-compiler): fix image build - anstream v0.5.0 cannot be built #2643

Merged
merged 1 commit into from
Aug 29, 2023

Conversation

petermetz
Copy link
Contributor

  1. Upgraded the rust version of the image to v1.72.0 - short term fix
  2. The longer term fix is that I locked down the version of wasm-pack to
    the current latest stable (v0.12.1) so that the auto-upgrade
    doesn't bite is again like this where the newer wasm-pack
    starts demanding a newer rust compiler which we don't
    have because we are pinning to a specific version through
    the image tag that's being used.

Fixes #2641

Signed-off-by: Peter Somogyvari [email protected]

… built

1. Upgraded the rust version of the image to v1.72.0 - short term fix
2. The longer term fix is that I locked down the version of wasm-pack to
the current latest stable (v0.12.1) so that the auto-upgrade
doesn't bite is again like this where the newer wasm-pack
starts demanding a newer rust compiler which we don't
have because we are pinning to a specific version through
the image tag that's being used.

Fixes hyperledger-cacti#2641

Signed-off-by: Peter Somogyvari <[email protected]>
@petermetz petermetz merged commit 5e4d49c into hyperledger-cacti:main Aug 29, 2023
120 of 130 checks passed
@petermetz petermetz deleted the petermetz/issue2641 branch September 6, 2023 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

test(ghcr-rust-compiler): fix image build - anstream v0.5.0 cannot be built
3 participants