You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, using versions.check("0.9.0") fails on macOS with a homebrew installed bazel.
Here's the error:
ERROR: /Users/jmhodges/founding/src/founding/BUILD:12:1: Traceback (most recent call last):
File "/Users/jmhodges/founding/src/founding/BUILD", line 12
versions.check("0.9.0")
File "/private/var/tmp/_bazel_jmhodges/ee957dabdee1b1a9e1f2fe90369cf80f/external/bazel_skylib/lib/versions.bzl", line 96, in versions.check
fail(("\nCurrent Bazel version is low...))
Current Bazel version is lower than 0.2.1, expected at least 0.9.0