13
13
# limitations under the License.
14
14
workspace (name = "bazel_toolchains" )
15
15
16
- load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" , " http_file" )
16
+ load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_file" )
17
17
load (
18
18
"//repositories:repositories.bzl" ,
19
19
bazel_toolchains_repositories = "repositories" ,
@@ -359,7 +359,7 @@ rbe_autoconfig(
359
359
name = "rbe_autoconf_output_base" ,
360
360
bazel_version = _ubuntu1604_bazel ,
361
361
create_testdata = True ,
362
- output_base = "tests/config/rbe_autoconf_output_base" ,
362
+ output_base = "bazel-rbe- tests/config/rbe_autoconf_output_base" ,
363
363
use_checked_in_confs = "False" ,
364
364
)
365
365
@@ -368,7 +368,7 @@ rbe_autoconfig(
368
368
bazel_version = _ubuntu1604_bazel ,
369
369
create_java_configs = False ,
370
370
create_testdata = True ,
371
- output_base = "tests/config/rbe_autoconf_output_base_no_java" ,
371
+ output_base = "bazel-rbe- tests/config/rbe_autoconf_output_base_no_java" ,
372
372
use_checked_in_confs = "False" ,
373
373
)
374
374
@@ -377,7 +377,7 @@ rbe_autoconfig(
377
377
bazel_version = _ubuntu1604_bazel ,
378
378
create_cc_configs = False ,
379
379
create_testdata = True ,
380
- output_base = "tests/config/rbe_autoconf_output_base_no_cc" ,
380
+ output_base = "bazel-rbe- tests/config/rbe_autoconf_output_base_no_cc" ,
381
381
use_checked_in_confs = "False" ,
382
382
)
383
383
@@ -388,15 +388,15 @@ rbe_autoconfig(
388
388
"local_config_sh" ,
389
389
],
390
390
create_testdata = True ,
391
- output_base = "tests/config/rbe_autoconf_config_repos_output_base" ,
391
+ output_base = "bazel-rbe- tests/config/rbe_autoconf_config_repos_output_base" ,
392
392
)
393
393
394
394
rbe_autoconfig (
395
395
name = "rbe_autoconf_output_base_config_dir" ,
396
396
bazel_version = _ubuntu1604_bazel ,
397
397
config_dir = "test_config_dir" ,
398
398
create_testdata = True ,
399
- output_base = "tests/config/rbe_autoconf_output_base" ,
399
+ output_base = "bazel-rbe- tests/config/rbe_autoconf_output_base" ,
400
400
use_checked_in_confs = "False" ,
401
401
)
402
402
@@ -420,11 +420,3 @@ load("//rules/rbe_repo:util.bzl", "rbe_autoconfig_root")
420
420
# Needed for testing purposes. Creates a file that exposes
421
421
# the value of RBE_AUTOCONF_ROOT
422
422
rbe_autoconfig_root (name = "rbe_autoconfig_root" )
423
-
424
- # Experiment with tags to see if renovate updates them correctly.
425
- # TODO (suvanjan): Remove this after experimentation is complete.
426
- http_archive (
427
- name = "renovate_src" ,
428
- sha256 = "3e9c7dcc3ab602dde9656d7ce1c8969f56dd1480b881f272d5d6ad8a713bddcc" ,
429
- url = "https://github.com/smukherj1/renovate-src/archive/0.24.1-1.tar.gz" ,
430
- )
0 commit comments