Skip to content

Commit 37fd132

Browse files
committed
travis: Attempt to see if oom kills anything
There's a suspicion that the OOM killer is killing sccache (maybe) so this adds some logging to test out that assumption to see if anything dies and is logged by `dmesg`
1 parent 7bed84f commit 37fd132

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,10 @@ after_failure:
164164
# anything shows up.
165165
- ls $HOME/Library/Logs/DiagnosticReports/
166166

167+
# attempt to debug anything killed by the oom killer on linux, just to see if
168+
# it happened
169+
- dmesg | grep -i kill
170+
167171
# Save tagged docker images we created and load them if they're available
168172
before_cache:
169173
- docker history -q rust-ci |

0 commit comments

Comments
 (0)