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

bun upgrade --canary --profile fails #16455

Open
DonIsaac opened this issue Jan 17, 2025 · 1 comment
Open

bun upgrade --canary --profile fails #16455

DonIsaac opened this issue Jan 17, 2025 · 1 comment
Assignees
Labels
bug Something isn't working cli Something to do with CLI arguments confirmed bug We can reproduce this issue

Comments

@DonIsaac
Copy link
Contributor

What version of Bun is running?

1.1.44-canary.74+68089a099

What platform is your computer?

Darwin 24.1.0 arm64 arm

What steps can reproduce the bug?

Run bun upgrade --canary --profile

What is the expected behavior?

Bun downloads a canary build of bun-profile

What do you see instead?

error: Failed to verify Bun (code: FileNotFound))

Additional information

No response

@DonIsaac DonIsaac added bug Something isn't working cli Something to do with CLI arguments labels Jan 17, 2025
@RiskyMH RiskyMH added the confirmed bug We can reproduce this issue label Jan 17, 2025
@RiskyMH
Copy link
Member

RiskyMH commented Jan 17, 2025

btw error is from here https://github.com/oven-sh/bun/blob/main/src/cli/upgrade_command.zig#L736 (i also do find it funny how it has extra closing bracket)

edit: on topic if --profile, it probably should let you toggle or change on bun upgrade instead of saying "You're already on the latest version of Bun" (i am assuming --profile does something with stable).

@RiskyMH RiskyMH self-assigned this Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cli Something to do with CLI arguments confirmed bug We can reproduce this issue
Projects
None yet
Development

No branches or pull requests

2 participants