Skip to content

Commit

Permalink
fix ci and update freebsd image
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen committed Apr 20, 2023
1 parent 44325c4 commit 4cba6f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Expand Up @@ -15,7 +15,7 @@ task:
task:
name: nightly x86_64-unknown-freebsd-13
freebsd_instance:
image_family: freebsd-13-1
image_family: freebsd-13-2
setup_script:
- pkg install -y libnghttp2 curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
Expand Down
3 changes: 3 additions & 0 deletions libc-test/build.rs
Expand Up @@ -2286,6 +2286,9 @@ fn test_freebsd(target: &str) {
// Added in FreeBSD 14
"EV_KEEPUDATA" if Some(14) > freebsd_ver => true,

// Added in FreeBSD 13.2
"AT_USRSTACKBASE" | "AT_USRSTACKLIM" if Some(13) > freebsd_ver => true,

_ => false,
}
});
Expand Down
2 changes: 0 additions & 2 deletions libc-test/semver/freebsd.txt
Expand Up @@ -109,8 +109,6 @@ AT_REMOVEDIR
AT_RESOLVE_BENEATH
AT_SYMLINK_FOLLOW
AT_SYMLINK_NOFOLLOW
AT_USRSTACKBASE
AT_USRSTACKLIM
AT_UID
B14400
B28800
Expand Down

0 comments on commit 4cba6f3

Please sign in to comment.