Unverified Commit 54bbb918 authored by sternenseemann's avatar sternenseemann Committed by GitHub
Browse files

isa-l: (temporarily?) exclude i686-linux from platforms (#435657)

parents e49ac3d7 6cd64be4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -98,6 +98,8 @@ stdenv.mkDerivation (finalAttrs: {
      # <instantiation>:4:26: error: unexpected token in argument list
      #  movk x7, p4_low_b1, lsl 16
      "aarch64-darwin"
      # https://github.com/intel/isa-l/issues/188
      "i686-linux"
    ];
  };
})