oku: generalize executable
Binary cache from https://hydra.nixos.org/build/301557563 coredumps on non-AVX-512 devices. Improved this comment by Prince213 Co-authored-by: Sizhe Zhao <prc.zhao@outlook.com>
This commit is contained in:
@@ -25,6 +25,12 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
hash = "sha256-utbey8DFXUWU6u2H2unNjCHE3/bwhPdrxAOApC+unGA=";
|
||||
};
|
||||
|
||||
# Avoiding optimizations for reproducibility
|
||||
prePatch = ''
|
||||
substituteInPlace .cargo/config.toml \
|
||||
--replace-fail '"-C", "target-cpu=native", ' ""
|
||||
'';
|
||||
|
||||
cargoHash = "sha256-rwf9jdr+RDpUcTEG7Xhpph0zuyz6tdFx6hWEZRuxkTY=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user