We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5ef25 commit 698a6d1Copy full SHA for 698a6d1
.github/workflows/tests.yml
@@ -171,9 +171,11 @@ jobs:
171
matrix:
172
target: [
173
sparcv9-sun-solaris,
174
- x86_64-unknown-illumos,
175
- x86_64-unknown-freebsd,
176
- 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,
177
+ # x86_64-unknown-freebsd,
178
+ # x86_64-unknown-netbsd,
179
]
180
steps:
181
- uses: actions/checkout@v3
0 commit comments