From bca3c5b5b7bd4eb31d5f91da4ed60c3f7bbd0a3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Mon, 10 Nov 2025 11:08:28 +0000 Subject: [PATCH] Also remove bytecode from universal builds --- lib/torch-extension/no-arch.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/torch-extension/no-arch.nix b/lib/torch-extension/no-arch.nix index 7aef4787..c591c853 100644 --- a/lib/torch-extension/no-arch.nix +++ b/lib/torch-extension/no-arch.nix @@ -4,6 +4,7 @@ build2cmake, get-kernel-check, + remove-bytecode-hook, torch, }: @@ -30,6 +31,7 @@ stdenv.mkDerivation (prevAttrs: { nativeBuildInputs = [ build2cmake + remove-bytecode-hook ] ++ lib.optionals doGetKernelCheck [ get-kernel-check