Skip to content

Commit

Permalink
build: use statically linked libssl
Browse files Browse the repository at this point in the history
  • Loading branch information
therapon committed Jul 25, 2023
1 parent 74ed812 commit 0664b4f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release_engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ jobs:
- name: Build and push Docker images for Jupyter Beta
uses: docker/build-push-action@v4
if: startsWith(github.ref, 'refs/tags/engine@v') && contains(github.ref, 'beta')
with:
context: .
platforms: linux/amd64, linux/arm64
Expand Down
10 changes: 10 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ prost-wkt-build = "0.4.1"
prost-wkt-types = "0.4.1"
pulsar = { version = "5.1.0", default-features = false, features = ["async-std-runtime", "tokio-runtime", "lz4"] }
rand = "0.8.5"
reqwest = "0.11.14"
reqwest = { version = "0.11.14", features = ["native-tls-vendored"] }
serde = { version = "1.0.159", features = ["derive", "rc"] }
serde_json = "1.0.95"
serde_yaml = "0.9.19"
Expand Down

0 comments on commit 0664b4f

Please sign in to comment.