From 06725336766d0955e756ad06a0f597a6542e5f82 Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Wed, 20 Nov 2019 17:37:59 -0800 Subject: [PATCH] build: fix macos_fake_rbe job on bazelci --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index fa8f0c3bd1..3ccc4e312e 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -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 @@ -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]) #