summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2019-01-14 15:11:04 (GMT)
committerJason Evans <jasone@canonware.com>2019-01-14 18:35:48 (GMT)
commitb6f1f2669a0961fa463afede7d4b190d79647c90 (patch)
treebb85010e35ddfccc6ecc6bdd45a3d6167c4ade45
parent225d89998bae562b13b681f74019697b66e07f02 (diff)
downloadjemalloc-b6f1f2669a0961fa463afede7d4b190d79647c90.zip
jemalloc-b6f1f2669a0961fa463afede7d4b190d79647c90.tar.gz
jemalloc-b6f1f2669a0961fa463afede7d4b190d79647c90.tar.bz2
Revert "Customize cloning to include tags so that VERSION is valid."
This reverts commit 646af596d8c4ffefc1f7edf432aa2b4e669bcc78.
-rw-r--r--.cirrus.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 8b1b38d..019d2c3 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