You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gate out test functions that use probe! on ppc64le and s390x
These require `feature(asm_experimental_arch)` which only works on
nightly compilers.
See rust-lang/rust#93335
Also loosen version requirement on `probe`; on Fedora we have been
building with `probe` 0.5.1 with no issue.
Tested by doing a scratch build on Fedora's Koji build system:
https://koji.fedoraproject.org/koji/taskinfo?taskID=123361398
Signed-off-by: Michel Lind <[email protected]>
0 commit comments