Fix libssl1.1 package name for debian (#7596)

This commit is contained in:
Afri Schoedon 2018-01-17 17:06:54 +01:00 committed by Denis S. Soldatov aka General-Beck
parent 793624b08c
commit 6773e88211
2 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ linux-stable-debian:
- stable - stable
- triggers - triggers
script: script:
- export LIBSSL="libssl1.1.0 (>=1.1.0)" - export LIBSSL="libssl1.1 (>=1.1.0)"
- scripts/gitlab-build.sh x86_64-unknown-debian-gnu x86_64-unknown-linux-gnu amd64 gcc g++ - scripts/gitlab-build.sh x86_64-unknown-debian-gnu x86_64-unknown-linux-gnu amd64 gcc g++
tags: tags:
- rust-debian - rust-debian

View File

@ -195,8 +195,8 @@ case $BUILD_PLATFORM in
x86_64-unknown-debian-gnu) x86_64-unknown-debian-gnu)
STRIP_BIN="strip" STRIP_BIN="strip"
EXT="deb" EXT="deb"
LIBSSL="libssl1.1.0 (>=1.1.0)" LIBSSL="libssl1.1 (>=1.1.0)"
echo "Use libssl1.1.0 (>=1.1.0) for Debian builds" echo "Use libssl1.1 (>=1.1.0) for Debian builds"
build build
strip_md5 strip_md5
make_deb make_deb