Skip to content
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

Failed to extract the downloaded tarball #10567

Closed
ThalesHume opened this issue Apr 27, 2024 · 1 comment · Fixed by #10570
Closed

Failed to extract the downloaded tarball #10567

ThalesHume opened this issue Apr 27, 2024 · 1 comment · Fixed by #10570
Labels
bug Something isn't working

Comments

@ThalesHume
Copy link

What version of Bun is running?

1.1.5

What platform is your computer?

Microsoft Windows NT 10.0.19045.0 x64

What steps can reproduce the bug?

bun build --compile --target=bun-windows-x64-modern .\index.ts --outfile test.exe

What is the expected behavior?

[23ms] bundle 1 modules
Fail: Failed to extract the downloaded tarball

After downloading bun-windows-x64-v1.1.5 from https://registry.npmjs.org/@oven/bun-windows-x64/-/bun-windows-x64-1.1.5.tgz

What do you see instead?

No response

Additional information

No response

@ThalesHume ThalesHume added the bug Something isn't working label Apr 27, 2024
@ThalesHume
Copy link
Author

SUCCESS WHEN:
bun build --compile --target=bun-windows-x64-baseline index.ts --outfile myapp

[32ms]  bundle  1 modules
[94ms] compile  myapp.exe

FIALED WHEN:
bun build --compile --target=bun-windows-x64-modern index.ts --outfile myapp

[23ms]  bundle  1 modules
Downloading [34142432]
Fail: Failed to extract the downloaded tarball

After downloading bun-windows-x64-v1.1.5 from https://registry.npmjs.org/@oven/bun-windows-x64/-/bun-windows-x64-1.1.5.tgz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant