Skip to content

Commit

Permalink
cirrus: update FreeBSD from 12.2 to 13.0
Browse files Browse the repository at this point in the history
and probe for strerror. Their FreeBSD 12.2 image misses strerror_l@FBSD_1.6
  • Loading branch information
rurban committed Jun 3, 2022
1 parent 16ed6e0 commit 02bfc5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Build configuration for https://cirrus-ci.org

freebsd_instance:
image_family: freebsd-12-2
image_family: freebsd-13-0
cpu: 4
task:
install_script:
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ dnl mbstowcs missing on cygwin64
AC_CHECK_FUNCS([ memset strcmp strcasecmp strcasestr strcspn strpbrk strspn \
strnstr strnlen strrchr memrchr strstr bcmp secure_getenv timingsafe_memcmp \
timingsafe_bcmp explicit_bzero explicit_memset \
asctime_r ctime_r gmtime_r localtime_r memccpy stpcpy stpncpy])
asctime_r ctime_r gmtime_r localtime_r memccpy stpcpy stpncpy strerror])

if test "x$enable_wchar" = "xtrue" ; then
AC_CHECK_FUNCS([ wmemchr wmemcmp wcscmp wcsstr \
Expand Down

0 comments on commit 02bfc5c

Please sign in to comment.