Skip to content

Commit

Permalink
Fix. Add cross compilation openssl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriano Santos committed Nov 26, 2019
1 parent 2109ff2 commit a46135c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ matrix:
env: TARGET=x86_64-unknown-linux-musl
allow_failures:
before_install:
- sudo apt-get update
- sudo apt-get install -y pkg-config libssl-dev upx-ucl
- export PATH="$PATH:$HOME/.cargo/bin"
install:
- bash ci/install.sh
Expand Down
2 changes: 1 addition & 1 deletion ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ install_c_toolchain() {
case $TARGET in
arch64-unknown-linux-gnu)
sudo apt-get install -y --no-install-recommends \
gcc-aarch64-linux-gnu libc6-arm64-cross libc6-dev-arm64-cross
gcc-aarch64-linux-gnu libc6-arm64-cross libc6-dev-arm64-cross pkg-config libssl-dev
;;
*)
# For other targets, this is handled by addons.apt.packages in .travis.yml
Expand Down

0 comments on commit a46135c

Please sign in to comment.