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

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

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

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

Remove tag requirement on build jobs,
in order to check that the target still builds
parent bf6f5d70
No related branches found
No related tags found
No related merge requests found
Pipeline #39884 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,6 @@ build_linux:
paths:
- target/release
- target/debian
only:
- tags
build_macos:
stage: build
......@@ -56,8 +54,6 @@ build_macos:
key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
paths:
- target/macos
only:
- tags
release:
stage: release
......
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