ci: avoid rebuilding bindgen and friends

This commit is contained in:
Matthias Ahouansou 2024-05-04 14:41:30 +01:00
parent 96cc1f6abd
commit 3d9d975a9f
No known key found for this signature in database

View file

@ -21,6 +21,7 @@ let
}; };
in in
{ {
NIX_OUTPATH_USED_AS_RANDOM_SEED = "randomseed"; # https://crane.dev/faq/rebuilds-bindgen.html
ROCKSDB_INCLUDE_DIR = "${rocksdb'}/include"; ROCKSDB_INCLUDE_DIR = "${rocksdb'}/include";
ROCKSDB_LIB_DIR = "${rocksdb'}/lib"; ROCKSDB_LIB_DIR = "${rocksdb'}/lib";
} }