Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump LMDB commit, use GitLab for LMDB and improve the build script #310

Merged
merged 4 commits into from
Feb 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[submodule "lmdb-master-sys/lmdb"]
path = lmdb-master-sys/lmdb
url = https://github.com/LMDB/lmdb
url = https://git.openldap.org/openldap/openldap
branch = mdb.master
[submodule "lmdb-master3-sys/lmdb"]
path = lmdb-master3-sys/lmdb
url = https://github.com/LMDB/lmdb
url = https://git.openldap.org/openldap/openldap
branch = mdb.master3
2 changes: 2 additions & 0 deletions lmdb-master-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ fn main() {
#[cfg(feature = "bindgen")]
generate::generate();

println!("cargo::rerun-if-changed=lmdb");

let mut lmdb = PathBuf::from(&env::var("CARGO_MANIFEST_DIR").unwrap());
lmdb.push("lmdb");
lmdb.push("libraries");
Expand Down
2 changes: 1 addition & 1 deletion lmdb-master-sys/lmdb
Submodule lmdb updated from 9c9d34 to b21e1b
2 changes: 2 additions & 0 deletions lmdb-master3-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ fn main() {
#[cfg(feature = "bindgen")]
generate::generate();

println!("cargo::rerun-if-changed=lmdb");

let mut lmdb = PathBuf::from(&env::var("CARGO_MANIFEST_DIR").unwrap());
lmdb.push("lmdb");
lmdb.push("libraries");
Expand Down
2 changes: 1 addition & 1 deletion lmdb-master3-sys/lmdb
Submodule lmdb updated from 1e7891 to 9ec98c
Loading