Skip to content

Commit 9045e3b

Browse files
committed
[build] fix incorrect flag name for repo content cache
1 parent 8f3b261 commit 9045e3b

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.bazelrc.remote

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ build:rbe-ci --config=rbe
6161
build:rbe-ci --curses=no --color=yes --show_timestamps --show_progress_rate_limit=5
6262
build:rbe-ci --bes_upload_mode=wait_for_upload_complete
6363
build:rbe-ci --remote_download_minimal
64-
build:rbe-ci --repository_contents_cache=
64+
build:rbe-ci --repo_contents_cache=
6565

6666
# Configuration changes suggested by EngFlow
6767
build:rbe --grpc_keepalive_time=30s

.github/workflows/gh-cache.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,18 @@ permissions:
1212

1313
jobs:
1414
populate:
15+
name: Populate Cache
1516
strategy:
1617
fail-fast: false
1718
matrix:
1819
os: [macos, windows]
1920
uses: ./.github/workflows/bazel.yml
2021
with:
21-
name: Populate cache (${{ matrix.os }})
22+
name: ${{ matrix.os }}
2223
os: ${{ matrix.os }}
2324
cache-save: false
2425
run: >
2526
bazel build --nobuild --build_tests_only --keep_going
26-
--repository_contents_cache=
27+
--repo_contents_cache=
2728
//java/... //py/... //rb/... //rust/...
2829
//javascript/selenium-webdriver/... //dotnet/...

0 commit comments

Comments
 (0)