Release packages per OS: OS in archive names, Ubuntu 22.04/24.04/26.04 - #318
Merged
Merged
Conversation
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.
What
Release packages now name the OS they were built on, and the Linux package is built for three Ubuntu releases.
v0.0-pre-alpha83)tslang-<tag>.ziptslang-v0.0-pre-alpha83-windows-x64.ziptslang-<tag>.tar.gz(Ubuntu 22.04)tslang-v0.0-pre-alpha83-ubuntu-22.04-x64.tar.gztslang-v0.0-pre-alpha83-ubuntu-24.04-x64.tar.gztslang-v0.0-pre-alpha83-ubuntu-26.04-x64.tar.gzHow (
.github/workflows/create-release.yml)build_on_linuxruns as a matrix overubuntu-22.04,ubuntu-24.04,ubuntu-26.04(fail-fast: false), so each package is built, tested and packaged on the release it targets and matches that release's glibc/libstdc++.runner.os: the cached3rdPartyfolder holds a GC built on that release.apt-get update && apt-get install -y, so a fresh image neither lacks a package list nor stops at a prompt.tslang-<os>-asset);deploy_linux_assetis a matrix too and attaches one file per release.-windows-x64.tag.bat/tag_del.batmove tov0.0-pre-alpha83.Notes
ubuntu-26.04is still a preview runner on GitHub.v0.0-pre-alpha83draft has the old file names: delete it and re-tag (tag_del.bat, thentag.bat) after this is merged.🤖 Generated with Claude Code