Skip to content
Snippets Groups Projects
Commit fd39999d authored by Moul's avatar Moul
Browse files

Adapt linux build now depending on libssl-dev (#45)

native-tls transitive dependency was added which
requires libssl-dev package installed
for the build to find ssl components

Dependency introduced in !41

Switching to non-slim Debian image which comes
with libssl-dev pre-installed

remove tag requirement test
parent bf6f5d70
No related branches found
No related tags found
No related merge requests found
Pipeline #39883 passed
......@@ -7,7 +7,7 @@ stages:
build_linux:
stage: build
image: rust:slim-buster
image: rust:buster
script:
# Build the project for Linux
- cargo build --release
......@@ -25,8 +25,8 @@ build_linux:
paths:
- target/release
- target/debian
only:
- tags
# only:
# - tags
build_macos:
stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment