warp icon indicating copy to clipboard operation
warp copied to clipboard

Specifying implicit toolchain versions

Open leostera opened this issue 2 years ago • 0 comments

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 avatar Apr 02 '23 19:04 leostera