From 9bd6c0ee78ce81965cb6b8e5bc61b41480985e14 Mon Sep 17 00:00:00 2001 From: James Kominick Date: Mon, 1 Jun 2020 21:35:13 -0400 Subject: [PATCH] pin to an old version of cross where openssl is supported forgot about this https://github.com/rust-embedded/cross/issues/229 --- ci/install.sh | 11 ++++++----- ci/script.sh | 1 - 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ci/install.sh b/ci/install.sh index 748ad9a..e2e0cb7 100644 --- a/ci/install.sh +++ b/ci/install.sh @@ -11,11 +11,12 @@ main() { fi # 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) + local tag="0.1.16" + # 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 \ diff --git a/ci/script.sh b/ci/script.sh index e99f8de..4132079 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -14,7 +14,6 @@ main() { return fi - export PKG_CONFIG_ALLOW_CROSS=1 #cross test --target $TARGET cross test --target $TARGET --release --all-features