-
Notifications
You must be signed in to change notification settings - Fork 8
Description
I tried to fix Haskell botan packages in nixpkgs, and I actually got botan-bindings to build (PR here: NixOS/nixpkgs#430146 ), but the test cases of botan-low fail. Curiously on x86_64-linux and aarch64-darwin, the test pass/fail count is different
I uploaded logs as attachments:
botan-low-linux-fail.txt
botan-low-macos-arm64-fail.txt
How to replicate:
I saved my nixpkgs state to a separate branch so you should be exactly able to replicate the build environment. The botan C++ library used as a dependency is the latest version 3.8.1
Exact command to replicate with nix flakes enabled:
nix build -L github:mikatammi/nixpkgs/botan-low-tests-fail-01#haskellPackages.botan-low
Branch here:
https://github.com/mikatammi/nixpkgs/tree/botan-low-tests-fail-01