From 20fa6607978eea86a041910cf19083d073fd402d Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 18 Oct 2024 14:09:52 -0600 Subject: [PATCH] Patch ring to fix i686 build --- Cargo.lock | 3 +-- Cargo.toml | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 835ec6593f..90314db5be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1547,8 +1547,7 @@ dependencies = [ [[package]] name = "ring" version = "0.17.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" +source = "git+https://gitlab.redox-os.org/redox-os/ring.git?branch=redox-0.17.8#fce20f12b6aad164a1a7e13ae1dcb46422b171c0" dependencies = [ "cc", "cfg-if 1.0.0", diff --git a/Cargo.toml b/Cargo.toml index 40a4513bcd..b9f59930aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,3 +49,4 @@ uuid = { version = "1.4", features = ["v4"] } [patch.crates-io] cc-11 = { git = "https://github.com/tea/cc-rs", branch="riscv-abi-arch-fix", package = "cc" } +ring = { git = "https://gitlab.redox-os.org/redox-os/ring.git", branch = "redox-0.17.8" }