File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 43
43
strategy :
44
44
fail-fast : false
45
45
matrix :
46
- os : [ubuntu-latest, macos-latest]
47
- module : [rules_haskell, rules_haskell_nix, rules_haskell_tests]
46
+ # TODO(chuck): FIX ME!
47
+ # os: [ubuntu-latest, macos-latest]
48
+ # module: [rules_haskell, rules_haskell_nix, rules_haskell_tests]
49
+ os : [macos-latest]
50
+ module : [rules_haskell_tests]
48
51
bzlmod : [true, false]
49
52
ghc :
50
53
- 9.2.8
@@ -130,7 +133,15 @@ jobs:
130
133
# Shutdown Bazel to free up memory
131
134
# https://github.com/tweag/rules_haskell/issues/2089.
132
135
bazel shutdown
136
+ # DEBUG BEGIN
137
+ echo >&2 "CHUCK BEFORE"
138
+ top -l 1 -s 0 -o mem | head -n 25 >&2
139
+ # DEBUG END
133
140
./bazel-ci-bin/tests/run-tests
141
+ # DEBUG BEGIN
142
+ echo >&2 "CHUCK AFTER"
143
+ top -l 1 -s 0 -o mem | head -n 25 >&2
144
+ # DEBUG END
134
145
bazel coverage //...
135
146
136
147
test-bindist :
You can’t perform that action at this time.
0 commit comments