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