You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
as discussed in #4, the first part:
adding git to a base building images and get source code later by git clone to derive version strings.
Spoiler alert, due to missing workflow dependencies and change in the base images which is already used for the other changes, those two other builds (nextpnr, yosys) fail on the first run 🙈
adding git to a base building images and get source code later by git clone to derive version strings.
The first commit (adding git) was cherry-picked. Thanks!
The other changes (running tool --version), need to be added in hdl/smoke-tests. Then, bump the submodule here. Let's keep this PR open for handling that, if you want. Or close this and open a new one. As you wish.
Spoiler alert, due to missing workflow dependencies and change in the base images which is already used for the other changes, those two other builds (nextpnr, yosys) fail on the first run 🙈
Yes, this is expected for now. Workflows have dispatch keys, and there is a trigger script in subdir .github. But sequencing the workflows was not implemented yet. Currently, all of them are executed at the same time. Hence, there are some races and cross-dependency issue. I told this for you to be aware only. You don't need to worry about it (just test it locally). We'll handle it by rerunning workflows manually for now.
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
enhancementNew feature or request$R/buildRelated to `$R/build` images and their dependencies
2 participants
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.
Hey,
as discussed in #4, the first part:
adding git to a base building images and get source code later by git clone to derive version strings.
Spoiler alert, due to missing workflow dependencies and change in the base images which is already used for the other changes, those two other builds (nextpnr, yosys) fail on the first run 🙈