Claudio Bley
Claudio Bley
I also hit this with our project. I am using hls 2.0.0.0, GHC 9.6.3 and VSCodium 1.84.2 and haskell plugin 2.4.3. I am using a hie-bios program integrating with buck2...
> CI probably fails due to some older version of bazel which is used in the nixpkgs, but here I might need your input on which version of packages you...
> Should we also migrate the tests to bzlmod in this PR? The tests use `nixpkgs_python_configure` which is part of rules_nixpkgs_python and that is currently not available from the BCR....
> So are we good to merge? CI is still failing. :-( > I can play arround with a follow up PR for the tests including the other deps as...
CI run on ubuntu is now green, but macos is failing with: ``` Repository rule cc_autoconf defined at: /private/var/tmp/_bazel_runner/597fade3707a30aa94c2bd004f76cc2b/external/bazel_tools/tools/cpp/cc_configure.bzl:109:30: in ERROR: An error occurred during the fetch of repository 'bazel_tools~cc_configure_extension~local_config_cc':...
This repository currently works with Bazel 3. It might also work with Bazel 4 and even 5, but 7 is probably not going to work (try to disable bzlmod and...
> You likely need to pass macos_minimum_os to make sure the binary is built for your version and not a newer one. You can check the binary with vtool to...
> probably worth verifying the compile commands do correctly have the minimal OS version baked into them. What exactly is the expected effect of passing `--macos_minimum_os=12.0` to Bazel? Should this...
This currently fails, needs a Bazel upgrade: ``` name 'use_repo_rule' is not defined ```
@jonathanlking Thank you, for providing more cases of the same issue. > (Apologies if hijacking this issue, I can open a separate one if preferable!) Don't worry, that's not needed....