зеркало из https://github.com/github/ruby.git
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:
Родитель
f4b475993e
Коммит
4fee1019f6
|
@ -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: ''
|
||||
|
|
Загрузка…
Ссылка в новой задаче