Skip to content

Commit 15ea505

Browse files
committed
ci: use openssl-sys
1 parent 66dff65 commit 15ea505

File tree

3 files changed

+3
-24
lines changed

3 files changed

+3
-24
lines changed

Cargo.lock

+2-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN moon run frontend:build transactional:build
2222
RUN moon docker prune
2323

2424
FROM --platform=$BUILDPLATFORM lukemathwalker/cargo-chef AS backend-chef
25-
RUN apt-get update && apt-get install -y --no-install-recommends gcc-aarch64-linux-gnu libc6-dev-arm64-cross clang llvm ca-certificates
25+
RUN apt-get update && apt-get install -y --no-install-recommends gcc-aarch64-linux-gnu libc6-dev-arm64-cross clang llvm ca-certificates pkg-config make g++ libssl-dev
2626
RUN update-ca-certificates
2727
WORKDIR app
2828

apps/backend/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ itertools = "=0.13.0"
4545
jsonwebtoken = { version = "=9.3.0", default-features = false }
4646
kinded = "=0.3.0"
4747
lettre = { version = "=0.11.7", features = [
48-
"rustls-tls",
4948
"smtp-transport",
5049
"builder",
5150
], default-features = false }
@@ -60,7 +59,6 @@ regex = "=1.10.5"
6059
# FIXME: Upgrade once https://github.com/seanmonstar/reqwest/pull/1620 is merged
6160
reqwest = { git = "https://github.com/thomasqueirozb/reqwest", branch = "base_url", features = [
6261
"json",
63-
"rustls-tls",
6462
"stream",
6563
], default-features = false }
6664
rs-utils = { path = "../../libs/rs-utils" }

0 commit comments

Comments
 (0)