From: Wayne Davison Date: Tue, 2 Mar 2021 22:13:54 +0000 (-0800) Subject: See if explicitly installing m4 gets FreeBSD CI a newer gm4 version. X-Git-Tag: v3.2.4pre1~91 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=57adb2973afecb50c5bf14c3276ceba57adafcd3;p=thirdparty%2Frsync.git See if explicitly installing m4 gets FreeBSD CI a newer gm4 version. --- diff --git a/.cirrus.yml b/.cirrus.yml index ba78af7d..cf4a3ca8 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -7,9 +7,10 @@ freebsd_task: prep_script: - dd if=/dev/zero of=/tmp/zpool bs=1M count=1024 - zpool create -m `pwd`/testtmp zpool /tmp/zpool - - pkg install -y autotools xxhash zstd liblz4 wget + - pkg install -y autotools m4 xxhash zstd liblz4 wget - wget https://download.samba.org/pub/rsync/generated-files/git-version.h configure_script: + - /usr/local/bin/gm4 --version - CPPFLAGS=-I/usr/local/include/ LDFLAGS=-L/usr/local/lib/ ./configure --disable-md2man make_script: - make