Skip to content

Commit

Permalink
my test before make, just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
nmisch committed May 20, 2024
1 parent c50405c commit 08fb0b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ jobs:
sudo ${{ matrix.os.pkginstall }}
/usr/sbin/pkg_info || true
curl -L https://cpanmin.us | sudo perl - --notest --installdeps --with-configure --with-develop .
perl Makefile.PL
make
gcc -Wall -xc pending_signal_c && for n in `seq 15`; do ./a.out; echo $?; done
echo BARRIER1
gcc -DREBLOCK -Wall -xc pending_signal_c && for n in `seq 15`; do ./a.out; echo $?; done
echo BARRIER2
perl Makefile.PL
make
ktrace -di env IPCRUNDEBUG=gory perl -Iblib/lib t/kill_kill.t || true
kdump || true
IPCRUNDEBUG=gory prove -wlvmb t/kill_kill.t

0 comments on commit 08fb0b5

Please sign in to comment.