From: Dan Fandrich Date: Fri, 31 May 2024 01:39:12 +0000 (-0700) Subject: CI: reduce memory request for FreeBSD builds X-Git-Tag: curl-8_9_0~313 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5b35dea6efba0fc00464f5f6266a03859c52ad37;p=thirdparty%2Fcurl.git CI: reduce memory request for FreeBSD builds Also, add a comment with link to the Cirrus credit page since it's not easy to find otherwise. --- diff --git a/.cirrus.yml b/.cirrus.yml index b54db1939a..dc9454059b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -24,7 +24,9 @@ # https://cirrus-ci.com/github/curl/curl # # Cirrus CI configuration: -# https://cirrus-ci.org/guide/writing-tasks/ +# https://cirrus-ci.org/guide/writing-tasks/ +# Used/remaining credits (must be logged in): +# https://cirrus-ci.com/settings/github/curl freebsd_task: skip: "changesIncludeOnly( @@ -46,6 +48,7 @@ freebsd_task: - name: FreeBSD 14.0 freebsd_instance: image_family: freebsd-14-0 + memory: 1600M env: CIRRUS_CLONE_DEPTH: 10 @@ -79,7 +82,6 @@ freebsd_task: - find . -type d -exec chmod 777 {} \; # The OpenSSH server instance for the testsuite cannot be started on FreeBSD, # therefore the SFTP and SCP tests are disabled right away from the beginning. - # - sudo -u nobody make V=1 TFLAGS="-n !SFTP !SCP" test-ci install_script: - make V=1 install