Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9d9a710

Browse files
cirrus: Temporarily fix libcurl link error
On FreeBSD the ftp/curl port appears to be missing a minimum version dependency on libssh2, so the following starts showing up after upgrading to curl 8.11.1_1: libcurl.so.4: Undefined symbol "libssh2_session_callback_set2" Awaiting an upgrade of the FreeBSD CI images to version 14, work around the issue. Author: Jacob Champion <jacob.champion@enterprisedb.com> Reviewed-by: Daniel Gustafsson <daniel@yesql.se> Discussion: https://postgr.es/m/CAOYmi+kZAka0sdxCOBxsQc2ozEZGZKHWU_9nrPXg3sG1NJ-zJw@mail.gmail.com
1 parent b3f0be7 commit 9d9a710

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.cirrus.tasks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ task:
168168
sysctl kern.corefile='/tmp/cores/%N.%P.core'
169169
setup_additional_packages_script: |
170170
pkg install -y curl
171+
pkg upgrade -y libssh2 # XXX shouldn't be necessary. revisit w/ FreeBSD 14
171172
172173
# NB: Intentionally build without -Dllvm. The freebsd image size is already
173174
# large enough to make VM startup slow, and even without llvm freebsd

0 commit comments

Comments
 (0)