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`
This commit is contained in:
parent
7bed84f17e
commit
37fd1320bd
|
@ -164,6 +164,10 @@ after_failure:
|
|||
# anything shows up.
|
||||
- ls $HOME/Library/Logs/DiagnosticReports/
|
||||
|
||||
# attempt to debug anything killed by the oom killer on linux, just to see if
|
||||
# it happened
|
||||
- dmesg | grep -i kill
|
||||
|
||||
# Save tagged docker images we created and load them if they're available
|
||||
before_cache:
|
||||
- docker history -q rust-ci |
|
||||
|
|
Loading…
Reference in New Issue