From 783dff369bb5ac6234398ac82a79d6550a7db995 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Wed, 15 Mar 2023 20:20:52 +0100 Subject: [PATCH] CI FreeBSD: install git Signed-off-by: Nicola Murino --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index 16d316c3..1b5a1102 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -9,6 +9,7 @@ freebsd_task: pkginstall_script: - pkg update -f - pkg install -y go + - pkg install -y git compile_script: - go build -trimpath -tags nopgxregisterdefaulttypes -ldflags "-s -w -X github.com/drakkan/sftpgo/v2/internal/version.commit=`git describe --always --abbrev=8 --dirty` -X github.com/drakkan/sftpgo/v2/internal/version.date=`date -u +%FT%TZ`" -o sftpgo