Skip to content

Commit

Permalink
Increment cache-silo-key for windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ylecornec committed May 30, 2023
1 parent 71beb70 commit 006e47c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ build:ci-windows-bindist --config=windows-bindist
# this rule is missing dependency declarations for the following files included by 'tests/runfiles/main.cc':
# '.../execroot/rules_haskell/external/rules_haskell_ghc_windows_amd64/mingw/include/c++/9.2.0/cstdlib'
# '.../execroot/rules_haskell/external/rules_haskell_ghc_windows_amd64/mingw/include/c++/9.2.0/x86_64-w64-mingw32/bits/c++config.h'
build:ci-windows-bindist --remote_default_exec_properties=cache-silo-key=windows-v2
build:ci-windows-bindist --remote_default_exec_properties=cache-silo-key=windows-v3

# XXX: @com_google_protobuf sets `use_default_shell_env = True`, so we enable
# strict action env to avoid changes in `PATH` invalidating the cache.
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:

jobs:
test-nixpkgs:
if: false
name: Build & Test - Nixpkgs
strategy:
fail-fast: false
Expand Down Expand Up @@ -82,6 +83,7 @@ jobs:
'
test-nixpkgs-cross:
if: false
name: Build & Test - Cross
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -134,7 +136,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-11, windows-latest]
os: [windows-latest]
module: [rules_haskell, rules_haskell_tests]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 006e47c

Please sign in to comment.