envoyproxy/envoy

macOS CI: fails to correctly link bazelisk

Open

#11 210 ouverte le 15 mai 2020

Voir sur GitHub
 (7 commentaires) (0 réactions) (0 assignés)C++ (5 373 forks)batch import
area/buildhelp wanted

Métriques du dépôt

Stars
 (27 997 stars)
Métriques de merge PR
 (Merge moyen 8j) (378 PRs mergées en 30 j)

Description

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

Guide contributeur