diff --git a/.teamcity/install-cloudflare-go.sh b/.teamcity/install-cloudflare-go.sh index 324dbd39..eedb4fdf 100755 --- a/.teamcity/install-cloudflare-go.sh +++ b/.teamcity/install-cloudflare-go.sh @@ -1,3 +1,5 @@ +# !/usr/bin/env bash + cd /tmp git clone -q https://github.com/cloudflare/go cd go/src diff --git a/Makefile b/Makefile index 3fb20eb5..665a1bf5 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ +# The targets cannot be run in parallel +.NOTPARALLEL: + VERSION := $(shell git describe --tags --always --match "[0-9][0-9][0-9][0-9].*.*") MSI_VERSION := $(shell git tag -l --sort=v:refname | grep "w" | tail -1 | cut -c2-) #MSI_VERSION expects the format of the tag to be: (wX.X.X). Starts with the w character to not break cfsetup.