Conversation
Contributor
|
Update/remove this comment: https://github.com/cfrantz/opentitan/blob/97cad192e41b72aba66255873f10dd50308568e5/release/devbundle/BUILD#L65 |
Signed-off-by: James Wainwright <james.wainwright@lowrisc.org>
cd2c5ba to
a6a72a2
Compare
Contributor
Author
cfrantz
approved these changes
May 21, 2026
Contributor
cfrantz
left a comment
There was a problem hiding this comment.
Is this workflow setup to run periodically or is it manually triggered by a human?
Contributor
Oh, I see in the description that it's manually triggered. Should we consider periodic releases as well? (as a followup to this PR) |
luismarques
approved these changes
May 22, 2026
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 workflow can be manually run to create a GitHub release with a tarball built by Bazel attached. The intended use is distributing the dev bundle (
//release/devbundle) at a regular cadence.Test run here: https://github.com/lowRISC/opentitan/actions/runs/24462396903/job/71479969804
And the release that was created: https://github.com/lowRISC/opentitan/releases/tag/test-1
Closes #29776