From d565f63ff8da3e756d4ad9eb37d982eb6b81c7a4 Mon Sep 17 00:00:00 2001 From: kawaemon Date: Wed, 25 Sep 2024 03:59:25 +0900 Subject: [PATCH] revert: fix: nettle-sys workaround is not needed anymore --- Cargo.lock | 2 +- Cargo.toml | 2 +- Dockerfile | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d40acc1..20316aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3613,7 +3613,7 @@ checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" [[package]] name = "rusty-ponyo" -version = "2024.9.24-3" +version = "2024.9.25" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 97d1b2b..376fdd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty-ponyo" -version = "2024.9.24-3" +version = "2024.9.25" authors = ["kawaemon <34652535+kawaemon@users.noreply.github.com>"] edition = "2021" diff --git a/Dockerfile b/Dockerfile index df60bf1..0eb6991 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 # ---