Skip to content

Commit

Permalink
uname -a
Browse files Browse the repository at this point in the history
  • Loading branch information
nmisch committed May 20, 2024
1 parent 2740450 commit 3b2cb43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
seq --version ||true
cc -Wall -xc pending_signal_c ||true
for n in `seq 15`; do ./a.out || echo $?; done
uname -a
echo BARRIER1
cc -DREBLOCK -Wall -xc pending_signal_c ||true
for n in `seq 15`; do ./a.out || echo $?; done
Expand Down

0 comments on commit 3b2cb43

Please sign in to comment.