Patch ring to fix i686 build

This commit is contained in:
Jeremy Soller
2024-10-18 14:09:52 -06:00
parent eebccba932
commit 20fa660797
2 changed files with 2 additions and 2 deletions
Generated
+1 -2
View File
@@ -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",
+1
View File
@@ -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" }