Open
Conversation
Collaborator
|
Updated 3:07 AM PT - Jul 16th, 2025
@Jarred-Sumner, your commit 77324cc is building: |
packages/bun-release/npm/@oven/bun-linux-aarch64-musl/README.md
Outdated
Show resolved
Hide resolved
packages/bun-release/npm/@oven/bun-linux-x64-musl-baseline/README.md
Outdated
Show resolved
Hide resolved
add some missing README's, fix the package description, and hopefully make musl not downloaded for linux by default (unless its needed)
1963500 to
09ac293
Compare
RiskyMH
commented
Jul 10, 2025
Comment on lines
-268
to
+278
| await $`${{ raw: install }} ./bun-${version}.tgz`; | ||
| const nodePath = Bun.which("node")?.replace("/node", "") || ""; | ||
| await $`${{ raw: install }} ./bun-${version}.tgz`.env({ | ||
| PATH: nodePath ? `${nodePath}:${process.env.PATH}` : process.env.PATH, | ||
| }); |
Contributor
Author
There was a problem hiding this comment.
I have no idea why it throws env: node: No such file or directory without this force path change...
RiskyMH
commented
Jul 10, 2025
| ["yarn set version berry; yarn add", "yarn"], | ||
| ["yarn set version latest; yarn add", "yarn"], | ||
| ["pnpm i", "pnpm"], | ||
| ["pnpm i --dangerously-allow-all-builds", "pnpm"], |
Contributor
Author
There was a problem hiding this comment.
pnpm seems to also have a postinstall blocking now too
╭ Warning ─────────────────────────────────────────────────────────────────────╮
│ │
│ Ignored build scripts: bun. │
│ Run "pnpm approve-builds" to pick which dependencies should be allowed │
│ to run scripts. │
│ │
╰──────────────────────────────────────────────────────────────────────────────╯
2 tasks
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.
add some missing README's, fix the package description, and hopefully make musl not downloaded for linux by default (unless its needed)
also adds a test that was removed in #10157 (the windows one didn't work because of the download ci bun)