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

Support canary builds #2

Open
Electroid opened this issue Oct 20, 2022 · 1 comment
Open

Support canary builds #2

Electroid opened this issue Oct 20, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@Electroid
Copy link
Contributor

Similar to bun upgrade --canary, brew install bun@canary should install from the last successful build on the main branch.

@Electroid Electroid added the enhancement New feature or request label Oct 20, 2022
@Electroid Electroid reopened this Oct 21, 2022
@Electroid
Copy link
Contributor Author

Electroid commented Oct 21, 2022

It looks like Homebrew doesn't like when a version is "canary".

Expected to find class Bun@canary, but only found: BunATCanary

That's not possible to do in Ruby, since the class needs to be defined as:

class Bun@canary < Formula # invalid
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant