summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2021-09-26 12:09:17 -0700
committerWayne Davison <wayne@opencoder.net>2021-09-26 12:09:17 -0700
commit33095916ecd471527fb98381df642ea7fb3464ec (patch)
tree211353040b5cbb52cb4c5d7e3b0f755016e399f7 /.cirrus.yml
parent5818cf85961360fcc555b55c9dab1ddbe92513a3 (diff)
downloadrsync-33095916ecd471527fb98381df642ea7fb3464ec.tar.gz
Make use of a git gist instead of the samba website.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 62b9318c..7842fc2e 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -8,7 +8,7 @@ freebsd_task:
- dd if=/dev/zero of=/tmp/zpool bs=1M count=1024
- zpool create -m `pwd`/testtmp zpool /tmp/zpool
- pkg install -y bash autotools m4 xxhash zstd liblz4 wget
- - wget https://download.samba.org/pub/rsync/generated-files/git-version.h
+ - wget -O git-version.h https://gist.githubusercontent.com/WayneD/c11243fa374fc64d4e42f2855c8e3827/raw/rsync-git-version.h
configure_script:
- CPPFLAGS=-I/usr/local/include/ LDFLAGS=-L/usr/local/lib/ ./configure --disable-md2man
make_script: