Commit d39bc0a
committed
Declare BAZEL_USE_HOST_SYSROOT environment variable in the envoy repo… (#43731)
Commit Message:
It's a followup for #43681 - after spllitting sysroot from the toolchain
I didn't push the local change that declares `BAZEL_USE_HOST_SYSROOT`
environment variable in the repository rule. As a result local tests
passed (because I had that change locally) and remote tests passed
(because they don't test setup without sysroot), but if you checkout
state from the upstream repository building with host sysroot still uses
Envoy provided sysroot and that results in error of finding the right
libraries.
Additional Description:
It does not break any builds that worked before, but without this commit
setting `BAZEL_USE_HOST_SYSROOT` also does not do anything, as it's
ignored.
Risk Level: low
Testing: built locally
Docs Changes: n/a
Release Notes: n/a
Platform Specific Features: n/a
Signed-off-by: Mikhail Krinkin <mkrinkin@microsoft.com>1 parent 5d50e84 commit d39bc0a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
306 | | - | |
| 306 | + | |
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
| |||
0 commit comments