From a5e8ad68f8611a911671eb85a22b472fa3e247b1 Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Thu, 27 Feb 2020 20:58:09 +0200 Subject: [PATCH] Use 0.1 branch of cross (#348) --- ci/install.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ci/install.sh b/ci/install.sh index 80e18e47..262b21d1 100644 --- a/ci/install.sh +++ b/ci/install.sh @@ -30,17 +30,11 @@ main() { ;; esac - # This fetches latest stable release - local tag=$(git ls-remote --tags --refs --exit-code https://github.com/japaric/cross \ - | cut -d/ -f3 \ - | grep -E '^v[0.1.0-9.]+$' \ - | $sort --version-sort \ - | tail -n1) curl -LSfs https://japaric.github.io/trust/install.sh | \ sh -s -- \ --force \ --git japaric/cross \ - --tag $tag \ + --tag v0.1.16 \ --target $target }