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

Specifying implicit toolchain versions #26

Open
Tracked by #25
leostera opened this issue Apr 2, 2023 · 0 comments
Open
Tracked by #25

Specifying implicit toolchain versions #26

leostera opened this issue Apr 2, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@leostera
Copy link
Member

leostera commented Apr 2, 2023

Some toolchains do not have a clear version that are readable from configuration files. One example of this is protoc, that usually is expected to be installed globally via brew or apt.

To do this, we should add support in the Warpfile to define toolchain versions:

{
  "toolchains": {
    "protobuf": "3.21.12"
  }
}
@leostera leostera added the enhancement New feature or request label Apr 2, 2023
@leostera leostera mentioned this issue Apr 2, 2023
14 tasks
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