File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -86,10 +86,6 @@ build:ci-windows-bindist --experimental_build_event_upload_max_retries=256
86
86
87
87
test:ci-common --test_output=errors
88
88
89
- build:ci-linux-bindist --config=linux-bindist
90
- build:ci-linux-nixpkgs --config=linux-nixpkgs
91
- build:ci-macos-bindist --config=macos-bindist
92
- build:ci-macos-nixpkgs --config=macos-nixpkgs
93
89
build:ci-windows-bindist --config=windows-bindist
94
90
build:ci-windows-bindist-rules-haskell --config=ci-windows-bindist
95
91
build:ci-windows-bindist-rules-haskell-tests --config=ci-windows-bindist
Original file line number Diff line number Diff line change 55
55
# See https://github.com/tweag/rules_haskell/issues/1498 and https://github.com/tweag/rules_haskell/pull/1692.
56
56
[[ ${{ runner.os }} == Linux ]] && sudo sysctl -w net.ipv4.tcp_keepalive_time=60
57
57
case ${{ runner.os }} in
58
- macOS) BUILD_CONFIG=ci- macos-bindist;;
59
- Linux) BUILD_CONFIG=ci- linux-bindist;;
58
+ macOS) BUILD_CONFIG=macos-bindist;;
59
+ Linux) BUILD_CONFIG=linux-bindist;;
60
60
Windows) BUILD_CONFIG=ci-windows-bindist;;
61
61
esac
62
62
cat >.bazelrc.local <<EOF
Original file line number Diff line number Diff line change 89
89
- name : Configure
90
90
run : |
91
91
case ${{ runner.os }} in
92
- macOS) BUILD_CONFIG=ci- macos-nixpkgs;;
93
- Linux) BUILD_CONFIG=ci- linux-nixpkgs;;
92
+ macOS) BUILD_CONFIG=macos-nixpkgs;;
93
+ Linux) BUILD_CONFIG=linux-nixpkgs;;
94
94
esac
95
95
cat >>.bazelrc.local <<EOF
96
96
common --config=ci
@@ -186,8 +186,8 @@ jobs:
186
186
shell : bash
187
187
run : |
188
188
case "${{ runner.os }},${{ matrix.module }}" in
189
- macOS,*) BUILD_CONFIG=ci- macos-bindist;;
190
- Linux,*) BUILD_CONFIG=ci- linux-bindist;;
189
+ macOS,*) BUILD_CONFIG=macos-bindist;;
190
+ Linux,*) BUILD_CONFIG=linux-bindist;;
191
191
Windows,rules_haskell) BUILD_CONFIG=ci-windows-bindist-rules-haskell;;
192
192
Windows,rules_haskell_tests) BUILD_CONFIG=ci-windows-bindist-rules-haskell-tests;;
193
193
esac
You can’t perform that action at this time.
0 commit comments