Skip to content

Commit

Permalink
Enable solaris check
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Oct 16, 2024
1 parent 02c1da7 commit 4b0f9cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nopanic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ jobs:
#- name: Check (netbsd.rs)
# run: ret=$(grep panic target/x86_64-unknown-netbsd/release/libgetrandom_wrapper.so; echo $?); [ $ret -eq 1 ]

#- name: Build (solaris.rs)
# run: cross build --release --target=x86_64-pc-solaris
#- name: Check (solaris.rs)
# run: ret=$(grep panic target/x86_64-pc-solaris/release/libgetrandom_wrapper.so; echo $?); [ $ret -eq 1 ]
- name: Build (solaris.rs)
run: cross build --release --target=x86_64-pc-solaris
- name: Check (solaris.rs)
run: ret=$(grep panic target/x86_64-pc-solaris/release/libgetrandom_wrapper.so; echo $?); [ $ret -eq 1 ]

- name: Build (getrandom.rs)
run: cross build --release --target=x86_64-unknown-freebsd
Expand Down

0 comments on commit 4b0f9cd

Please sign in to comment.