envoyproxy/envoy

macOS CI: fails to correctly link bazelisk

Open

#11.210 aperta il 15 mag 2020

Vedi su GitHub
 (7 commenti) (0 reazioni) (0 assegnatari)C++ (5373 fork)batch import
area/buildhelp wanted

Metriche repository

Star
 (27.997 star)
Metriche merge PR
 (Merge medio 8g) (378 PR mergiate in 30 g)

Descrizione

Azure pipelines agents are not correctly installing/linking bazelisk via https://github.com/envoyproxy/envoy/blob/master/ci/mac_ci_setup.sh. All calls to bazel are using the installed system binary, not the version requested by .bazelversion. This is not an issue in master currently because what is installed and the .bazelversion is the same (3.1.0). However, if the versions are different problems arise, e.g: https://github.com/envoyproxy/envoy/pull/11208

Guida contributor