mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Try to upload core file on macos GitHub Actions
A core dump occurred, but failed to capture the core file. https://app.launchableinc.com/organizations/ruby/workspaces/ruby/data/test-sessions/2935062?tab=retried-tests Looks like a core file was not created. I am not unsure why, so make sure that the /cores directory is writable and try `ulimit` command.
This commit is contained in:
parent
f4b475993e
commit
4fee1019f6
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -74,6 +74,7 @@ jobs:
|
||||
run: |
|
||||
sysctl -n kern.coredump
|
||||
sudo sysctl -w kern.coredump=1
|
||||
sudo chmod -R +rwx /cores/
|
||||
|
||||
- name: Run configure
|
||||
run: ../src/configure -C --disable-install-doc ${ruby_configure_args}
|
||||
@ -115,6 +116,7 @@ jobs:
|
||||
|
||||
- name: make skipped tests
|
||||
run: |
|
||||
ulimit -c unlimited
|
||||
make -s test-all TESTS="${TESTS//-n!\//-n/}"
|
||||
env:
|
||||
GNUMAKEFLAGS: ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user