-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
feat: add facebook/buck2 #32150
feat: add facebook/buck2 #32150
Conversation
pkgs/facebook/buck2/pkg.yaml
Outdated
@@ -0,0 +1,4 @@ | |||
packages: | |||
- name: facebook/buck2@latest |
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.
aqua doesn't support mutable versions such as latest
.
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.
Hmm. If cmdx s
generates this code, this is a bug of aqua gr
command.
I'll take a look. Anyway, in this time we should fix this maually.
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.
Thank you for your contribution! |
All versions are pre-release. Interesting. aqua can't get the list of versions. $ aqua g -s facebook/buck2
- name: facebook/buck2
version: '[SET PACKAGE VERSION]' $ aqua g facebook/buck2
- name: facebook/buck2
version: '[SET PACKAGE VERSION]' |
#32150 facebook/buck2 - Build system, successor to Buck
Thank you for the project!
Check List
Require signed commits
, so all commits must be signedcmdx s
to scaffold code