/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
scripts/circleci/setup_bazel_binary.sh
10 строк
298 B
Paul Gschwendtner
build: update to bazel v2.1.0 (#18457)
13 фев 2020, 00:01
Не верифицирован
13 фев 2020, 00:01
048fdb2
Код
Авторство
О чём код?
#!/bin/bash set -e bazelBin=$(node -p "require('@bazel/bazelisk/bazelisk.js').getNativeBinary()") # Provide the bazel binary globally. We don't want to access the binary # through Node as it could result in limited memory. sudo chmod a+x ${bazelBin} sudo ln -fs ${bazelBin} /usr/local/bin/bazel