[DRAFT][bazel] Initial build/release system, modified#9
Merged
Conversation
pamaury
force-pushed
the
bazel-builds
branch
2 times, most recently
from
June 2, 2026 11:48
a044b79 to
01402b5
Compare
pamaury
commented
Jun 2, 2026
pamaury
commented
Jun 2, 2026
pamaury
commented
Jun 2, 2026
pamaury
force-pushed
the
bazel-builds
branch
23 times, most recently
from
June 8, 2026 14:24
faae43e to
8f5beea
Compare
pamaury
force-pushed
the
bazel-builds
branch
9 times, most recently
from
June 16, 2026 18:19
6d316fb to
5062c7a
Compare
pamaury
force-pushed
the
bazel-builds
branch
10 times, most recently
from
June 25, 2026 09:37
1bb14d7 to
46ee32d
Compare
pamaury
commented
Jun 25, 2026
| options: | ||
| - pre-sign | ||
| - post-sign | ||
| release_branch: |
Collaborator
Author
There was a problem hiding this comment.
It's inconvenient to have to select the release branch twice (once to run the workflow, once in the text box) when doing a post-signing release, also it is error-prone. But this is needed for pre-signing release. Maybe we could make it optional, only accept non-empty entries for pre-signing and for post-sining we always use the branch from which the workflow was ran?
Collaborator
There was a problem hiding this comment.
This is handled automatically now by updating the <<< ANCHOR >>>s, correct?
cfrantz
approved these changes
Jun 29, 2026
| options: | ||
| - pre-sign | ||
| - post-sign | ||
| release_branch: |
Collaborator
There was a problem hiding this comment.
This is handled automatically now by updating the <<< ANCHOR >>>s, correct?
Collaborator
Author
|
I think the PR should now be ready. |
cfrantz
approved these changes
Jul 1, 2026
The lock file was not updated in a previous commit. Signed-off-by: Amaury Pouly <amaury.pouly@opentitan.org>
Signed-off-by: Amaury Pouly <amaury.pouly@opentitan.org>
Signed-off-by: Amaury Pouly <amaury.pouly@opentitan.org>
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 is an alternative version of #6 using the module + injected repo architecture developed in lowRISC/opentitan#30268
This creates the initial build/release system, as well as an automated GitHub workflow to create the pre-sign release artefacts. See #9 (comment) for details
Example run: