-
Notifications
You must be signed in to change notification settings - Fork 157
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
Create deterministic wasm builds and publish release on tag #150
Closed
Rubberbandits
wants to merge
68
commits into
main
from
BIT-353-create-deterministic-wasm-builds-on-github-tag
Closed
Create deterministic wasm builds and publish release on tag #150
Rubberbandits
wants to merge
68
commits into
main
from
BIT-353-create-deterministic-wasm-builds-on-github-tag
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
camfairchild
approved these changes
Jun 7, 2023
eduardogr
reviewed
Jun 7, 2023
Quick note. I think the new nightlies are fixed and cargo should recompile, perhaps let's pick a newer version of nightly? |
eduardogr
force-pushed
the
BIT-353-create-deterministic-wasm-builds-on-github-tag
branch
2 times, most recently
from
August 23, 2023 15:41
8f2262e
to
4fb3859
Compare
This will also prevent duplicate compilation, hopefully speeding up workflows
Upon further research, this action supports an old format of toolchain spec named `rust-toolchain` which is distinct from `rust-toolchain.toml`
Because the rust-target variable is defined in the matrix of the workflow, srtool attempts to build a wasm bin without wasm32 target being valid in one of the workflow instances. This means that when the linux-gnu target workflow panics, it cancels the wasm target workflow.
…s proviking the gh action job to fail
…n 'runtime_dir: runtime'
…n 'runtime_dir: runtime'
…aming runtime dir to node-subtensor-runtime
…o a new directory within pallets/subtensor/test/integration/
eduardogr
force-pushed
the
BIT-353-create-deterministic-wasm-builds-on-github-tag
branch
from
October 12, 2023 15:12
cfe9787
to
174f8cc
Compare
welikethestock
deleted the
BIT-353-create-deterministic-wasm-builds-on-github-tag
branch
November 29, 2023 00:18
Rubberbandits
restored the
BIT-353-create-deterministic-wasm-builds-on-github-tag
branch
November 29, 2023 00:27
unconst
deleted the
BIT-353-create-deterministic-wasm-builds-on-github-tag
branch
March 27, 2024 16:50
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.