Skip to content

Commit 0b22e87

Browse files
committed
Local registry is not required
1 parent b3cd54a commit 0b22e87

File tree

4 files changed

+309
-259
lines changed

4 files changed

+309
-259
lines changed

contrib/corrosion-cmake/config.toml.in

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,12 @@ lto = true
99

1010
[source.crates-io]
1111
registry = 'sparse+https://index.crates.io/'
12-
replace-with = 'local-registry'
12+
replace-with = 'vendored-sources'
1313

1414
[source."git+https://github.com/azat-rust/tuikit.git?rev=e1994c0e03ff02c49cf1471f0cc3cbf185ce0104"]
1515
git = "https://github.com/azat-rust/tuikit.git"
1616
rev = "e1994c0e03ff02c49cf1471f0cc3cbf185ce0104"
1717
replace-with = "vendored-sources"
1818

19-
[source.local-registry]
20-
local-registry = "@RUST_VENDOR_DIR@"
21-
2219
[source.vendored-sources]
2320
directory = "@RUST_VENDOR_DIR@"

contrib/delta-kernel-rs-cmake/CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ endif()
2424
# * default-engine: Needed for its s3 client (we can't pass our own s3 client via ffi)
2525
# * delta_kernel/cloud: s3 client
2626
clickhouse_import_crate(
27-
MANIFEST_PATH "${DELTA_KERNEL_RS_SOURCE_DIR}/ffi/Cargo.toml"
28-
FEATURES "default-engine, delta_kernel/cloud")
27+
MANIFEST_PATH "${DELTA_KERNEL_RS_SOURCE_DIR}/ffi/Cargo.toml"
28+
FEATURES "default-engine, delta_kernel/cloud"
29+
LOCKED
30+
)
2931
clickhouse_config_crate_flags(delta_kernel_ffi)
3032

3133
# We use our own OpenSSL headers and libs

contrib/rust_vendor

Submodule rust_vendor updated 31878 files

0 commit comments

Comments
 (0)