-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
postgresqlPackages.pgvecto-rs: fix build failure on rust 1.78
- Loading branch information
1 parent
e9ee548
commit 005c08d
Showing
3 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
pkgs/servers/sql/postgresql/ext/pgvecto-rs/0002-std-detect-use-upstream.diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
diff --git a/Cargo.lock b/Cargo.lock | ||
index a52b978..092bc1d 100644 | ||
--- a/Cargo.lock | ||
+++ b/Cargo.lock | ||
@@ -2788,7 +2788,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" | ||
[[package]] | ||
name = "std_detect" | ||
version = "0.1.5" | ||
-source = "git+https://github.com/tensorchord/stdarch.git?branch=avx512fp16#db0cdbc9b02074bfddabfd23a4a681f21640eada" | ||
+source = "git+https://github.com/rust-lang/stdarch.git?branch=master#d2b1a070afc72d9ba4df80e055109ede5fc0a81f" | ||
dependencies = [ | ||
"cfg-if", | ||
"libc", | ||
diff --git a/crates/detect/Cargo.toml b/crates/detect/Cargo.toml | ||
index b3ac782..c671c6a 100644 | ||
--- a/crates/detect/Cargo.toml | ||
+++ b/crates/detect/Cargo.toml | ||
@@ -4,6 +4,6 @@ version.workspace = true | ||
edition.workspace = true | ||
|
||
[dependencies] | ||
-std_detect = { git = "https://github.com/tensorchord/stdarch.git", branch = "avx512fp16" } | ||
+std_detect = { git = "https://github.com/rust-lang/stdarch.git", branch = "master" } | ||
ctor = "0.2.6" | ||
rustix.workspace = true |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters