Skip to content

Commit

Permalink
pin to an old version of cross where openssl is supported
Browse files Browse the repository at this point in the history
forgot about this cross-rs/cross#229
  • Loading branch information
jaemk committed Jun 2, 2020
1 parent ad6f0f5 commit 9bd6c0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
11 changes: 6 additions & 5 deletions ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ main() {
return
fi

export PKG_CONFIG_ALLOW_CROSS=1
#cross test --target $TARGET
cross test --target $TARGET --release --all-features

Expand Down

0 comments on commit 9bd6c0e

Please sign in to comment.