-
Notifications
You must be signed in to change notification settings - Fork 14.5k
[llvm][release] Add links to automatically built packages on release page #147021
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,9 +45,24 @@ def create_release(repo, release, tag=None, name=None, message=None): | |
# Note that these lines are not length limited because if we do so, GitHub | ||
# assumes that should be how it is laid out on the page. We want GitHub to | ||
# do the reflowing for us instead. | ||
# | ||
# In the first section, only links to automatically built files are | ||
# included because we know the links will become valid. | ||
message = dedent( | ||
"""\ | ||
LLVM {release} Release | ||
## LLVM {release} Release | ||
|
||
Note: Immediately after a release some of these links may not be valid yet. | ||
|
||
**Linux:** | ||
* [x86_64](https://github.com/llvm/llvm-project/releases/download/llvmorg-{release}/LLVM-{release}-Linux-X64.tar.xz) ([signature](https://github.com/llvm/llvm-project/releases/download/llvmorg-{release}/LLVM-{release}-Linux-X64.tar.xz.jsonl)) | ||
* [Arm64](https://github.com/llvm/llvm-project/releases/download/llvmorg-{release}/LLVM-{release}-Linux-ARM64.tar.xz) ([signature](https://github.com/llvm/llvm-project/releases/download/llvmorg-{release}/LLVM-{release}-Linux-ARM64.tar.xz.jsonl)) | ||
|
||
**macOS:** | ||
* [Apple Silicon](https://github.com/llvm/llvm-project/releases/download/llvmorg-{release}/LLVM-{release}-macOS-ARM64.tar.xz) (ARM64) ([signature](https://github.com/llvm/llvm-project/releases/download/llvmorg-{release}/LLVM-{release}-macOS-ARM64.tar.xz.jsonl)) | ||
* [Intel](https://github.com/llvm/llvm-project/releases/download/llvmorg-{release}/LLVM-{release}-macOS-X64.tar.xz) (x86-64) ([signature](https://github.com/llvm/llvm-project/releases/download/llvmorg-{release}/LLVM-{release}-macOS-X64.tar.xz.jsonl)) | ||
|
||
For Windows, and any other variants of platform and architecture, check the full list of release packages at the bottom of this release page. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "this release page" not "this page" because sometimes this text will be seen on the page that lists all the releases. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could we add the links commented out and then have the job that builds the binaries uncomment the links when the builds are done? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good idea, I think #147719 would do that. Not tested it just yet. |
||
|
||
## Package Types | ||
|
||
|
Uh oh!
There was an error while loading. Please reload this page.