You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
}
}
The text was updated successfully, but these errors were encountered:
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 viabrew
orapt
.To do this, we should add support in the Warpfile to define toolchain versions:
The text was updated successfully, but these errors were encountered: