Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9d9a710

Browse files
cirrus: Temporarily fix libcurl link error
On FreeBSD the ftp/curl port appears to be missing a minimumversion dependency on libssh2, so the following starts showingup 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, workaround 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 parentb3f0be7 commit9d9a710

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)

[8]ページ先頭

©2009-2025 Movatter.jp