diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2020-08-01 07:45:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-01 07:45:39 +0200 |
commit | c65cde4cf8b718625cce2200f8bbffd0283a54eb (patch) | |
tree | d7291046473fc804a1240aefffed0fbc067ec1e3 /.github/actions/add-maintainers-as-reviewers | |
parent | 5c2b34e43bb150bad862df352c616a16ad4b167f (diff) | |
download | spack-c65cde4cf8b718625cce2200f8bbffd0283a54eb.tar.gz spack-c65cde4cf8b718625cce2200f8bbffd0283a54eb.tar.bz2 spack-c65cde4cf8b718625cce2200f8bbffd0283a54eb.tar.xz spack-c65cde4cf8b718625cce2200f8bbffd0283a54eb.zip |
Avoid update and upgrades to brew (#17815)
Ci is currently failing on brew update with the error:
```
Error: Cannot install bazelisk because conflicting formulae are installed.
bazel: because Bazelisk replaces the bazel binary
Please `brew unlink bazel` before continuing.
Unlinking removes a formula's symlinks from /usr/local. You can
link the formula again after the install finishes. You can --force this
install, but the build may fail or cause obscure side effects in the
resulting software.
```
Avoiding:
```
$ brew update
$ brew upgrade
```
solves the issue by preventing the risk of conflicting formulae
Diffstat (limited to '.github/actions/add-maintainers-as-reviewers')
0 files changed, 0 insertions, 0 deletions