Skip to content

Commit 149f997

Browse files
committed
ci: Disable tests on FreeBSD 13
These jobs almost always fail with a segfault so unfortunately aren't very useful. There isn't anything we can do to fix them on the libc side, given the issue comes from a kernel bug. The failing jobs have been a source of contributor confusion, so remove them here. Link: #4740 Link: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285873 (backport <#4838>) (cherry picked from commit 7b1449a)
1 parent 0567927 commit 149f997

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.cirrus.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@ task:
77
# https://github.com/rust-lang/rust/issues/132185
88
RUST_BACKTRACE: "0"
99
matrix:
10-
- name: nightly freebsd-13 i686
11-
# Test i686 FreeBSD in 32-bit emulation on a 64-bit host.
12-
env:
13-
TARGET: i686-unknown-freebsd
14-
freebsd_instance:
15-
image_family: freebsd-13-4
16-
- name: nightly freebsd-13 x86_64
17-
freebsd_instance:
18-
image_family: freebsd-13-4
10+
# FIXME(#4740): FreeBSD 13 tests are extremely flaky and fail most of the time
11+
# - name: nightly freebsd-13 i686
12+
# # Test i686 FreeBSD in 32-bit emulation on a 64-bit host.
13+
# env:
14+
# TARGET: i686-unknown-freebsd
15+
# freebsd_instance:
16+
# image_family: freebsd-13-4
17+
# - name: nightly freebsd-13 x86_64
18+
# freebsd_instance:
19+
# image_family: freebsd-13-4
1920
- name: nightly freebsd-14 x86_64
2021
freebsd_instance:
2122
image: freebsd-14-3-release-amd64-ufs

0 commit comments

Comments
 (0)