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

貢獻者指南