Skip to content

Commit

Permalink
Merge pull request #571 from sebadob/dockerfile-cleanup
Browse files Browse the repository at this point in the history
Dockerfile cleanup
  • Loading branch information
sebadob authored Sep 25, 2024
2 parents b36a796 + 7d2b762 commit 67e7811
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 221 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ strip = true
panic = "abort"

[patch.crates-io]
hiqlite = { git = "https://github.com/sebadob/hiqlite.git", package = "hiqlite" }
#hiqlite = { git = "https://github.com/sebadob/hiqlite.git", package = "hiqlite" }
#hiqlite = { path = "../hiqlite/hiqlite", package = "hiqlite" }

[workspace.dependencies]
Expand Down Expand Up @@ -54,7 +54,7 @@ futures = "0.3"
futures-util = "0.3"
gethostname = "0.5.0"
hex = { version = "0.4", features = ["serde"] }
hiqlite = { version = "0.2.0", default-features = false, features = ["cache", "listen_notify"] }
hiqlite = { version = "0.2.1", default-features = false, features = ["cache", "listen_notify"] }
hmac-sha256 = { version = "1.1.7", features = ["traits010"] }
hmac-sha512 = { version = "1.1.5", features = ["traits010", "sha384"] }
image = { version = "0.25.1", default-features = false, features = [
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile_builder
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ ARG IMAGE

FROM $IMAGE AS openssl

ENV DEBIAN_FRONTEND=noninteractive
ENV LD_LIBRARY_PATH="${PATH}:/usr/local/lib64"
ENV PKG_CONFIG_PATH="/usr/local/lib64/pkgconfig"
ENV MAKEFLAGS="-j32"
Expand Down Expand Up @@ -35,6 +36,7 @@ EOF

FROM $IMAGE

ENV DEBIAN_FRONTEND=noninteractive
ENV PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig
ENV LD_LIBRARY_PATH="${PATH}:/usr/local/lib64"
ENV PKG_CONFIG_PATH="/usr/local/lib64/pkgconfig"
Expand Down
148 changes: 0 additions & 148 deletions Dockerfile_builder_musl

This file was deleted.

69 changes: 0 additions & 69 deletions Dockerfile_builder_openssl_manual

This file was deleted.

0 comments on commit 67e7811

Please sign in to comment.