public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
From: Junio C Hamano <gitster@pobox•com>
To: "Carlo Marcelo Arenas Belón via GitGitGadget" <gitgitgadget@gmail•com>
Cc: git@vger•kernel.org, "Carlo Marcelo Arenas Belón" <carenas@gmail•com>
Subject: Re: [PATCH] ci: update FreeBSD image to 14.3
Date: Tue, 01 Jul 2025 07:45:57 -0700	[thread overview]
Message-ID: <xmqqsejgklzu.fsf@gitster.g> (raw)
In-Reply-To: <pull.2006.git.git.1751345578742.gitgitgadget@gmail.com> ("Carlo Marcelo Arenas Belón via GitGitGadget"'s message of "Tue, 01 Jul 2025 04:52:58 +0000")

"Carlo Marcelo Arenas Belón via GitGitGadget"
<gitgitgadget@gmail•com> writes:

> From: =?UTF-8?q?Carlo=20Marcelo=20Arenas=20Bel=C3=B3n?= <carenas@gmail•com>
>
> FreeBSD 13.4 is no longer supported, and 13.5 will be the last
> release from that series, so jump instead to 14.3 which should
> be supported for another 10 months and will be at that point
> the oldest supported release with the interim release of 15.
>
> While at it, move some variables to the environment and make
> sure to skip a git grep test that assumes glibc regex.
>
> Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail•com>
> ---
>     ci: update FreeBSD image to 14.3
>
> Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-2006%2Fcarenas%2Fmaster-v1
> Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-2006/carenas/master-v1
> Pull-Request: https://github.com/git/git/pull/2006

Thanks, will queue.



>
>  .cirrus.yml | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)
>
> diff --git a/.cirrus.yml b/.cirrus.yml
> index 1fbdc2652b3..fef04a38402 100644
> --- a/.cirrus.yml
> +++ b/.cirrus.yml
> @@ -5,11 +5,13 @@ freebsd_task:
>    env:
>      GIT_PROVE_OPTS: "--timer --jobs 10"
>      GIT_TEST_OPTS: "--no-chain-lint --no-bin-wrappers"
> -    MAKEFLAGS: "-j4"
> +    GIT_SKIP_TESTS: t7815.12
> +    MAKEFLAGS: -j4
>      DEFAULT_TEST_TARGET: prove
> +    DEFAULT_UNIT_TEST_TARGET: unit-tests-prove
>      DEVELOPER: 1
>    freebsd_instance:
> -    image_family: freebsd-13-4
> +    image_family: freebsd-14-3
>      memory: 2G
>    install_script:
>      pkg install -y gettext gmake perl5
> @@ -19,4 +21,4 @@ freebsd_task:
>    build_script:
>      - su git -c gmake
>    test_script:
> -    - su git -c 'gmake DEFAULT_UNIT_TEST_TARGET=unit-tests-prove test unit-tests'
> +    - su git -c 'gmake test unit-tests'
>
> base-commit: 83014dc05f6fc9275c0a02886cb428805abaf9e5

      reply	other threads:[~2025-07-01 14:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-01  4:52 [PATCH] ci: update FreeBSD image to 14.3 Carlo Marcelo Arenas Belón via GitGitGadget
2025-07-01 14:45 ` Junio C Hamano [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=xmqqsejgklzu.fsf@gitster.g \
    --to=gitster@pobox$(echo .)com \
    --cc=carenas@gmail$(echo .)com \
    --cc=git@vger$(echo .)kernel.org \
    --cc=gitgitgadget@gmail$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox