Skip to content

Commit 4cba6f3

Browse files
committed
fix ci and update freebsd image
1 parent 44325c4 commit 4cba6f3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.cirrus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ task:
1515
task:
1616
name: nightly x86_64-unknown-freebsd-13
1717
freebsd_instance:
18-
image_family: freebsd-13-1
18+
image_family: freebsd-13-2
1919
setup_script:
2020
- pkg install -y libnghttp2 curl
2121
- curl https://sh.rustup.rs -sSf --output rustup.sh

libc-test/build.rs

+3
Original file line numberDiff line numberDiff line change
@@ -2286,6 +2286,9 @@ fn test_freebsd(target: &str) {
22862286
// Added in FreeBSD 14
22872287
"EV_KEEPUDATA" if Some(14) > freebsd_ver => true,
22882288

2289+
// Added in FreeBSD 13.2
2290+
"AT_USRSTACKBASE" | "AT_USRSTACKLIM" if Some(13) > freebsd_ver => true,
2291+
22892292
_ => false,
22902293
}
22912294
});

libc-test/semver/freebsd.txt

-2
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ AT_REMOVEDIR
109109
AT_RESOLVE_BENEATH
110110
AT_SYMLINK_FOLLOW
111111
AT_SYMLINK_NOFOLLOW
112-
AT_USRSTACKBASE
113-
AT_USRSTACKLIM
114112
AT_UID
115113
B14400
116114
B28800

0 commit comments

Comments
 (0)