-
Notifications
You must be signed in to change notification settings - Fork 955
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
CI run wasm step in container #234
Conversation
9d327b5
to
8f6ed67
Compare
still failing wasm checksums |
it looks like it just wasn't up-to-date on main |
did you run make build-wasm-scripts-docker |
sry, bad commit - accidentally added vp_masp |
66deee3
to
ed84bda
Compare
ok, so the main thing here is in fact changes to the dockerfile? |
docker/namada-wasm/Dockerfile
Outdated
@@ -1,18 +1,16 @@ | |||
# This docker is used for deterministic wasm builds | |||
|
|||
# The version should be matching the version set in wasm/rust-toolchain.toml | |||
FROM rust:1.61.0 | |||
FROM rust:1.61 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should stay 1.61.0; right now 1.61 is an alias for it but it might have a patch release
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, lets keep rust:1.61.0
. I'll make a commit
* fraccaman/ci-fix-wasm: [ci] docker use rust:1.61.0 update wasm checksums [ci] run specific step in docker container
fccf65a
to
17fe278
Compare
* fraccaman/ci-fix-wasm: [ci] docker use rust:1.61.0 update wasm checksums [ci] run specific step in docker container
17fe278
to
c387c3a
Compare
No description provided.