Skip to content

Commit 698a6d1

Browse files
authored
Disable cross build/link tests (#328)
1 parent ea5ef25 commit 698a6d1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/tests.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,11 @@ jobs:
171171
matrix:
172172
target: [
173173
sparcv9-sun-solaris,
174-
x86_64-unknown-illumos,
175-
x86_64-unknown-freebsd,
176-
x86_64-unknown-netbsd,
174+
# These jobs currently result in a linking error:
175+
# https://github.com/rust-random/getrandom/actions/runs/3835874649/jobs/6529484986
176+
# x86_64-unknown-illumos,
177+
# x86_64-unknown-freebsd,
178+
# x86_64-unknown-netbsd,
177179
]
178180
steps:
179181
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)