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: ...@@ -7,7 +7,7 @@ stages:
build_linux: build_linux:
stage: build stage: build
image: rust:slim-buster image: rust:buster
script: script:
# Build the project for Linux # Build the project for Linux
- cargo build --release - cargo build --release
...@@ -25,8 +25,8 @@ build_linux: ...@@ -25,8 +25,8 @@ build_linux:
paths: paths:
- target/release - target/release
- target/debian - target/debian
only: # only:
- tags # - tags
build_macos: build_macos:
stage: build stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment