From b6f1f2669a0961fa463afede7d4b190d79647c90 Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Mon, 14 Jan 2019 07:11:04 -0800 Subject: [PATCH] Revert "Customize cloning to include tags so that VERSION is valid." This reverts commit 646af596d8c4ffefc1f7edf432aa2b4e669bcc78. --- .cirrus.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 8b1b38dd..019d2c38 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -10,11 +10,7 @@ task: install_script: - sed -i.bak -e 's,pkg+http://pkg.FreeBSD.org/\${ABI}/quarterly,pkg+http://pkg.FreeBSD.org/\${ABI}/latest,' /etc/pkg/FreeBSD.conf - pkg upgrade -y - - pkg install -y autoconf git gmake - clone_script: - - git clone --tags --branch=${CIRRUS_BASE_BRANCH} https://x-access-token:${CIRRUS_REPO_CLONE_TOKEN}@github.com/${CIRRUS_REPO_FULL_NAME}.git ${CIRRUS_WORKING_DIR} - - git fetch origin ${CIRRUS_BRANCH}/head:${CIRRUS_BRANCH} - - git checkout ${CIRRUS_BRANCH} + - pkg install -y autoconf gmake script: - autoconf #- ./configure ${COMPILER_FLAGS:+ CC="$CC $COMPILER_FLAGS" CXX="$CXX $COMPILER_FLAGS" } $CONFIGURE_FLAGS