File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 15
15
task :
16
16
name : nightly x86_64-unknown-freebsd-13
17
17
freebsd_instance :
18
- image_family : freebsd-13-1
18
+ image_family : freebsd-13-2
19
19
setup_script :
20
20
- pkg install -y libnghttp2 curl
21
21
- curl https://sh.rustup.rs -sSf --output rustup.sh
Original file line number Diff line number Diff line change @@ -2286,6 +2286,9 @@ fn test_freebsd(target: &str) {
2286
2286
// Added in FreeBSD 14
2287
2287
"EV_KEEPUDATA" if Some ( 14 ) > freebsd_ver => true ,
2288
2288
2289
+ // Added in FreeBSD 13.2
2290
+ "AT_USRSTACKBASE" | "AT_USRSTACKLIM" if Some ( 13 ) > freebsd_ver => true ,
2291
+
2289
2292
_ => false ,
2290
2293
}
2291
2294
} ) ;
Original file line number Diff line number Diff line change @@ -109,8 +109,6 @@ AT_REMOVEDIR
109
109
AT_RESOLVE_BENEATH
110
110
AT_SYMLINK_FOLLOW
111
111
AT_SYMLINK_NOFOLLOW
112
- AT_USRSTACKBASE
113
- AT_USRSTACKLIM
114
112
AT_UID
115
113
B14400
116
114
B28800
You can’t perform that action at this time.
0 commit comments