Skip to content

Commit

Permalink
change suffix to avoid messing up perl build
Browse files Browse the repository at this point in the history
  • Loading branch information
nmisch committed May 20, 2024
1 parent dc54b0f commit c50405c
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -48,9 +48,9 @@ jobs:
curl -L https://cpanmin.us | sudo perl - --notest --installdeps --with-configure --with-develop .
perl Makefile.PL
make
gcc -Wall pending_signal.c && for n in `seq 15`; do ./a.out; echo $?; done
gcc -Wall -xc pending_signal_c && for n in `seq 15`; do ./a.out; echo $?; done
echo BARRIER1
gcc -DREBLOCK -Wall pending_signal.c && for n in `seq 15`; do ./a.out; echo $?; done
gcc -DREBLOCK -Wall -xc pending_signal_c && for n in `seq 15`; do ./a.out; echo $?; done
echo BARRIER2
ktrace -di env IPCRUNDEBUG=gory perl -Iblib/lib t/kill_kill.t || true
kdump || true
Expand Down
File renamed without changes.

0 comments on commit c50405c

Please sign in to comment.