Per-platform binary packages - #7395
Merged
Merged
Conversation
cometkim
force-pushed
the
per-platform
branch
5 times, most recently
from
April 15, 2025 00:07
b659400 to
8f1f91c
Compare
Collaborator
|
@zth I would assume this will require some LSP server changes as well? |
cometkim
force-pushed
the
per-platform
branch
6 times, most recently
from
April 16, 2025 21:38
fa8b385 to
de281cf
Compare
cometkim
commented
Apr 16, 2025
| path: | | ||
| rescript-${{ env.rescript_version }}.tgz | ||
| rescript-std-${{ env.rescript_version }}.tgz | ||
| rescript-linux-x64-${{ env.rescript_version }}.tgz |
Member
Author
There was a problem hiding this comment.
It would be better to use GitHub's package registry for nightly builds
cometkim
force-pushed
the
per-platform
branch
4 times, most recently
from
April 16, 2025 22:27
a6f2e53 to
9ac523d
Compare
Member
Author
Each platform package will expose binary locations, making it easier to handle. import { binDir, binPaths } from "@rescript/linux-x64" |
cometkim
force-pushed
the
per-platform
branch
2 times, most recently
from
April 16, 2025 22:47
8fe0b40 to
59c41fc
Compare
Member
Author
cometkim
force-pushed
the
per-platform
branch
4 times, most recently
from
April 17, 2025 00:57
34223f4 to
e7c1064
Compare
cometkim
marked this pull request as ready for review
April 17, 2025 01:55
cknitt
reviewed
Apr 30, 2025
Co-authored-by: Christoph Knittel <christoph@knittel.cc>
cometkim
enabled auto-merge (squash)
April 30, 2025 14:08
cometkim
disabled auto-merge
April 30, 2025 14:08
Member
Author
|
Updated branch protections |
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.
Resolves #6133 , Partially #6183
Use symbolic links in dev and replace them with real binaries during the packaging process.