We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 104d31e commit fc4debbCopy full SHA for fc4debb
docs/environment_variables.md
@@ -49,6 +49,10 @@ In-depth documentation with examples can be found [here][env-examples].
49
`cross` can convert it to a fully-qualified toolchain name.
50
- `CROSS_CONTAINER_ENGINE_NO_BUILDKIT`: The container engine does not have
51
`buildx` command (or BuildKit support) when building custom images.
52
+- `CROSS_NO_WARNINGS`: Set to `1` to panic on warnings from `cross`, before
53
+ building the executables.
54
+ Use `0` to disable this behaviour.
55
+ The no warnings behaviour is implicitly enabled in CI pipelines.
56
57
All config file options can also be specified using environment variables. For
58
example, setting `CROSS_BUILD_XARGO=1` is identical to setting `build.xargo =
0 commit comments