You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build(libduckdb-sys): sort C++ source files for deterministic builds
Ensure that C++ files are sorted before being added in build.rs to
guarantee that the compilation order is consistent across builds. This
change helps produce deterministic build outputs.
0 commit comments