Skip to content

Commit

Permalink
No remote_minimal and no CI disk cache
Browse files Browse the repository at this point in the history
  • Loading branch information
pudelkoM committed Jan 11, 2022
1 parent 8f45f27 commit 27356df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build --disk_cache=/tmp/bazel-disk-cache
# Without authentication only reading is allowed. During CI this line will be
# replaced with the correct credentials.
build --remote_cache=http://bazel-cache.stratumproject.org:8080
build --remote_download_minimal
# build --remote_download_minimal

# Set convenient location for Bazel files to cache
startup --output_user_root=/tmp/bazel-cache/output-root
Expand Down
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- CXX: clang++
steps:
- checkout
- *restore_bazel_cache
# - *restore_bazel_cache
- *set_bazelrc
- run:
name: Query all Stratum targets
Expand All @@ -115,8 +115,8 @@ jobs:
- run:
name: Test Stratum targets
command: xargs -a .circleci/test-targets.txt bazel test
- *clean_bazel_cache
- *save_bazel_cache
# - *clean_bazel_cache
# - *save_bazel_cache

# CDLang
cdlang_tests:
Expand Down

0 comments on commit 27356df

Please sign in to comment.