Skip to content

Commit

Permalink
revert: fix: nettle-sys workaround is not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
kawaemon committed Sep 24, 2024
1 parent bca7ada commit d565f63
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "rusty-ponyo"
version = "2024.9.24-3"
version = "2024.9.25"
authors = ["kawaemon <[email protected]>"]
edition = "2021"

Expand Down
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ run cargo --version

run cargo install cargo-chef

env NETTLE_STATIC=yes
env NETTLE_STATIC=yes \
HOGWEED_STATIC=yes \
GMP_STATIC=yes \
SYSROOT=/dummy

# ---

Expand Down

0 comments on commit d565f63

Please sign in to comment.