This repository was archived by the owner on Sep 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
feat: add support for M1 macOS #116
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
7a635c1
WIP: test cross-compilation
EricCrosson 6cbdfb9
feat: add support for M1 macOS
EricCrosson 439c09b
fix(ci): checkout before downloading artifacts
EricCrosson cca8ab0
fix(npm): download the monorepo into the typescript-tools project dir
EricCrosson 3a2acaf
fix(npm): use symlink in node_modules/.bin
EricCrosson 87bc2a5
fix(npm): do not distribute placeholder binary
EricCrosson 0510c44
Revert "fix(npm): do not distribute placeholder binary"
EricCrosson 0e49349
fix(ci): unlink existing symlink before installing monorepo binary
EricCrosson d747c97
fix: add checksum to GitHub releases
EricCrosson 5f36b83
refactor: combine all shasums into one file
EricCrosson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"packageFiles": [], | ||
"bumpFiles": [], | ||
"tagPrefix": "" | ||
} |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
#!/bin/sh | ||
|
||
cat <<EOF | ||
This is not the "monorepo" binary, which is usually downloaded via the npm "postinstall" | ||
hook. Was the "npm install" run with the "--ignore-scripts" flag? | ||
|
||
Please try reinstalling "@typescript-tools/rust-implementation" or opening a ticket with | ||
details about your use case. | ||
EOF | ||
# This is a dummy binary that is the subject of the `npm install` workflow -- | ||
# it gets linked into node_modules/.bin and marked as executable before the | ||
# npm postInstall hook executes |
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert this diff