Skip to content

Commit d565f63

Browse files
committed
revert: fix: nettle-sys workaround is not needed anymore
1 parent bca7ada commit d565f63

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rusty-ponyo"
3-
version = "2024.9.24-3"
3+
version = "2024.9.25"
44
authors = ["kawaemon <[email protected]>"]
55
edition = "2021"
66

Dockerfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ run cargo --version
88

99
run cargo install cargo-chef
1010

11-
env NETTLE_STATIC=yes
11+
env NETTLE_STATIC=yes \
12+
HOGWEED_STATIC=yes \
13+
GMP_STATIC=yes \
14+
SYSROOT=/dummy
1215

1316
# ---
1417

0 commit comments

Comments
 (0)