Skip to content

Commit

Permalink
build: fix macos_fake_rbe job on bazelci
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored and alexeagle committed Nov 21, 2019
1 parent 15dfec5 commit 0672533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ workspace(
)

load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
load("//:index.bzl", "BAZEL_VERSION")

#
# Check that build is using a minimum compatible bazel version
Expand Down Expand Up @@ -259,13 +260,12 @@ rbe_autoconfig(

rbe_autoconfig(
name = "rbe_default",
bazel_version = BAZEL_VERSION,
)

load("@build_bazel_integration_testing//tools:repositories.bzl", "bazel_binaries")

# Depend on the Bazel binaries
load("//:index.bzl", "BAZEL_VERSION")

bazel_binaries(versions = [BAZEL_VERSION])

#
Expand Down

0 comments on commit 0672533

Please sign in to comment.