Open
Conversation
This isn't available on git.iter.org and it isn't clear they will continue to push updates there now that the code is open source on github.com/iterorganization. So this updates the build scripts to pull that repo instead. This IMAS patch addresses issues rasied with 3.42 in #323
The IO seems to be using different branch conventions in the open source repo so "develop/3" no longer exists and "develop" doesn't appear to be a complete copy of the source (or has a bug). This is being replaced by "main" which seems like the most stable. "release/3" could be a better replacement, but the distinction isn't entirely clear.
This seems to only be needed for testing purposes (but I could be missing something)
|
This PR has not seen any activity in the past 60 days. It is now marked as stale and will be closed in 7 days if no further activity is registered. |
|
This PR has not seen any activity in the past 60 days. It is now marked as stale and will be closed in 7 days if no further activity is registered. |
This file contains hidden or 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
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.
This isn't available on git.iter.org and it isn't clear they will continue to push updates there now that the code is open source on github.com/iterorganization. So this updates the build scripts to pull that repo instead.
This IMAS patch addresses issues raised with 3.42.0 in #323