Claudio Bley
Claudio Bley
This is still a problem, it also happens with version 28.0.
> It seems the preprocessor checks we have are not taking into account this particular combination of clang+windows properly. Would you be able to test a fix? I can't test...
This was resolved as part of #565 which changed the release workflow.
@mergifyio rebase
I tried to reproduce it inside of a Docker container (gcr.io/bazel-public/ubuntu1804-java11:latest) but could not: ```console # export USE_BAZEL_VERSION=last_green # bazel --version 2024/05/15 06:58:59 Using unreleased version at commit 88a230f4cf28deec1455cb2caed4dc9f81e108c9 2024/05/15...
I debugged this here: https://buildkite.com/bazel/rules-haskell-haskell/builds/2005 Basically it works on ubuntu2004, but fails on ubuntu1804. The binaries for the `//tests/library-empty/library-empty` target seem to be mostly identical: ```console # ubuntu 1804 $...
> Hi @avdv, Any update on the above issue? I have created a PR that should fix the problem: https://github.com/tweag/rules_haskell/pull/2202
Seems like today's run also failed: ``` error while loading shared libraries: libffi.so.8: cannot open shared object file: No such file or directory ``` I pushed another fix, that hopefully...
@mergifyio rebase
Currently, rules_haskell_tests are failing on MacOS using nixpkgs: 1. https://app.buildbuddy.io/invocation/300047f3-2d31-44d6-9d75-5d9ca4783b4f 2. https://app.buildbuddy.io/invocation/5765ca58-0c3d-441b-8104-c9c09585cd19 3. https://app.buildbuddy.io/invocation/74d80558-c7a7-4838-aac4-3d8c63907695 4. https://app.buildbuddy.io/invocation/7af7ebe8-9e34-41ed-a7ec-ceb23d0baa34 The tests that fail are: 1. `//tests/recompilation:recompilation_test_nixpkgs_bazel_7` 2. `//tests/repl-targets:hs_lib_repl_test_nixpkgs_bazel_7` The latter fails with: ```...