We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The bootstrapping script, which we use to generate new versions of the descriptor and plugin protos, doesn't work with stack-2.
Problems include:
stack-boostrap.yaml
extra-deps
master
stack-bootstrap.yaml
For now we can work around it by using an older version of stack, e.g., 1.9.3.
1.9.3
The text was updated successfully, but these errors were encountered:
Switch stack-bootstrap.yaml to the newer stack extra-deps syntax.
89c7f29
Partial work towards google#332.
Switch stack-bootstrap.yaml to the newer stack extra-deps syntax. (#334)
61accfc
Partial work towards #332.
No branches or pull requests
The bootstrapping script, which we use to generate new versions of the descriptor and plugin protos, doesn't work with stack-2.
Problems include:
stack-boostrap.yaml
needs to change to the new syntax for gitextra-deps
extra-deps
aren't allowed to refer to a branch name likemaster
, as iscurrently in
stack-bootstrap.yaml
For now we can work around it by using an older version of stack, e.g.,
1.9.3
.The text was updated successfully, but these errors were encountered: