Skip to content

Commit

Permalink
version that should fail
Browse files Browse the repository at this point in the history
  • Loading branch information
gyfelton committed Aug 20, 2024
1 parent 787e897 commit 6413d5c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 8 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ build:remote_cache --noslim_profile
build:remote_cache --remote_cache=grpcs://remote.buildbuddy.io
build:remote_cache --remote_timeout=3600

build:sandboxed --strategy=SwiftCompile=sandboxed
build:sandboxed --spawn_strategy=sandboxed
build:sandboxed --strategy=Genrule=sandboxed,local
build:sandboxed --strategy=StoryboardCompile=sandboxed,local
#build:sandboxed --strategy=CleaningFramework=sandboxed,local
#build:sandboxed --strategy=StoryboardLink=sandboxed,local
# build:sandboxed --strategy=ProcessAndSign=sandboxed,local

# By default don't upload local results to remote cache, only CI does this.
build --noremote_upload_local_results
build:ci --remote_upload_local_results
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,7 @@ jobs:
- if: matrix.sandbox
name: Enable sandbox mode
run: |
echo "build --strategy=SwiftCompile=sandboxed" >> user.bazelrcc
echo "build --spawn_strategy=sandboxed" >> user.bazelrc
echo "build --strategy=Genrule=sandboxed,local" >> user.bazelrc
echo "build --strategy=StoryboardCompile=sandboxed,local" >> user.bazelr
echo "build --strategy=CleaningFramework=sandboxed,local" >> user.bazelr
echo "build --strategy=StoryboardLink=sandboxed,local" >> user.bazelr
echo "build --strategy=ProcessAndSign=sandboxed,local" >> user.bazelr
echo "build --config=sandboxed" >> user.bazelrcc
- name: Build and Test
run: |
# non-iOS tests
Expand Down

0 comments on commit 6413d5c

Please sign in to comment.