Skip to content

Commit

Permalink
Disable cross build/link tests (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Jan 4, 2023
1 parent ea5ef25 commit 698a6d1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/tests.yml
Expand Up @@ -171,9 +171,11 @@ jobs:
matrix:
target: [
sparcv9-sun-solaris,
x86_64-unknown-illumos,
x86_64-unknown-freebsd,
x86_64-unknown-netbsd,
# These jobs currently result in a linking error:
# https://github.com/rust-random/getrandom/actions/runs/3835874649/jobs/6529484986
# x86_64-unknown-illumos,
# x86_64-unknown-freebsd,
# x86_64-unknown-netbsd,
]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 698a6d1

Please sign in to comment.