Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit ca7654a

Browse files
authored
Also remove bytecode from universal builds (#294)
1 parent 727fd6c commit ca7654a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/torch-extension/no-arch.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
build2cmake,
66
get-kernel-check,
7+
remove-bytecode-hook,
78
torch,
89
}:
910

@@ -30,6 +31,7 @@ stdenv.mkDerivation (prevAttrs: {
3031

3132
nativeBuildInputs = [
3233
build2cmake
34+
remove-bytecode-hook
3335
]
3436
++ lib.optionals doGetKernelCheck [
3537
get-kernel-check

0 commit comments

Comments
 (0)