Skip to content

Commit e8763d4

Browse files
authored
Switch to RustyIceberg.jl repo for iceberg_rust_ffi_jll (#12476)
* Switch to RustyIceberg.jl repo * add .git suffix * Try to upgrade rust version * try preferred_rust_version=v"1.91" * Don't depend on rustc 1.88
1 parent 6df3e8a commit e8763d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

I/iceberg_rust_ffi/build_tarballs.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
using BinaryBuilder
22

33
name = "iceberg_rust_ffi"
4-
version = v"0.2.0"
4+
version = v"0.3.0"
55

66
sources = [
7-
GitSource("https://github.com/RelationalAI/iceberg_rust_ffi.git", "e7bb4368f0355e4f0a15b3c8ad14d8c136bca38a"),
7+
GitSource("https://github.com/RelationalAI/RustyIceberg.jl.git", "a23022e750770ddb983dbaa7f3f103753f2813aa"),
88
]
99

1010
# Bash recipe for building across all platforms
1111
script = raw"""
12-
cd ${WORKSPACE}/srcdir/iceberg_rust_ffi/
12+
cd ${WORKSPACE}/srcdir/RustyIceberg.jl/iceberg_rust_ffi/
1313
1414
# Build the library with native compilation
1515
cargo rustc --release --lib --crate-type=cdylib

0 commit comments

Comments
 (0)