ruby-changes:64121
From: Takashi <ko1@a...>
Date: Sun, 13 Dec 2020 11:48:17 +0900 (JST)
Subject: [ruby-changes:64121] 1b45174aea (master): Allow dumping a core file on Actions
https://git.ruby-lang.org/ruby.git/commit/?id=1b45174aea From 1b45174aeaad4ab0e14b37f70d60a1d43ae21adc Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Sat, 12 Dec 2020 18:47:48 -0800 Subject: Allow dumping a core file on Actions to see a C backtrace. diff --git a/.github/workflows/mjit.yml b/.github/workflows/mjit.yml index cb5400f..023fec6 100644 --- a/.github/workflows/mjit.yml +++ b/.github/workflows/mjit.yml @@ -42,6 +42,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/mjit.yml#L42 - run: make $JOBS incs - run: make $JOBS - run: sudo make $JOBS -s install + - run: ulimit -c unlimited - run: make $JOBS -s test RUN_OPTS="$RUN_OPTS" timeout-minutes: 60 - run: make $JOBS -s test-all RUN_OPTS="$RUN_OPTS" -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/