Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
bundled
Browse files Browse the repository at this point in the history
  • Loading branch information
thesuzerain committed Jan 14, 2024
1 parent 763f145 commit 32836d4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 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 @@ -109,7 +109,7 @@ derive-new = "0.6.0"
rust_iso3166 = "0.1.11"


tcmalloc = {version = "0.3.0", optional = true}
tcmalloc = {version = "0.3.0", optional = true, features = ["bundled"]}

[dev-dependencies]
actix-http = "3.4.0"
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends ca-certificates \
&& apt-get install -y google-perftools libgoogle-perftools-dev libtcmalloc-minimal4 \
&& ln -s /usr/lib/x86_64-linux-gnu/libtcmalloc.so /usr/lib/libtcmalloc.so \
&& apt-get install -y autoconf \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 32836d4

Please sign in to comment.