Skip to content

Commit

Permalink
ci: enable nopanic check for Solaris (#527)
Browse files Browse the repository at this point in the history
This check now works thanks to LTO enabled in #526.
  • Loading branch information
newpavlov authored Oct 17, 2024
1 parent b055577 commit f0bf800
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 @@ -105,10 +105,10 @@ jobs:
- name: Check (netbsd.rs)
run: (exit $( grep -c panic target/x86_64-unknown-netbsd/release/libgetrandom_wrapper.so ))

# - name: Build (solaris.rs)
# run: cross build --release --target=x86_64-pc-solaris
# - name: Check (solaris.rs)
# run: (exit $( grep -c panic target/x86_64-pc-solaris/release/libgetrandom_wrapper.so ))
- name: Build (solaris.rs)
run: cross build --release --target=x86_64-pc-solaris
- name: Check (solaris.rs)
run: (exit $( grep -c panic target/x86_64-pc-solaris/release/libgetrandom_wrapper.so ))

macos:
name: macOS
Expand Down

0 comments on commit f0bf800

Please sign in to comment.