envoyproxy/envoy

macOS CI: fails to correctly link bazelisk

Open

#11,210 创建于 2020年5月15日

在 GitHub 查看
 (7 评论) (0 反应) (0 负责人)C++ (5,373 fork)batch import
area/buildhelp wanted

仓库指标

Star
 (27,997 star)
PR 合并指标
 (平均合并 8天) (30 天内合并 378 个 PR)

描述

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

贡献者指南