google / xls

XLS: Accelerated HW Synthesis
http://google.github.io/xls/
Apache License 2.0
1.15k stars 166 forks source link

macosx nighly builds are failing #1363

Open proppy opened 2 months ago

proppy commented 2 months ago

See https://github.com/google/xls/actions/workflows/nightly-macos.yml Possibly related to: https://github.com/bazelbuild/bazel/issues/18762 Tentative fix: bump https://github.com/bazel-contrib/toolchains_llvm ?

cdleary commented 2 months ago

Was playing on my home laptop and bumping it up didn't work, I tried to make the LLVM toolchains optionally register because it seems like things work "just fine" when you don't use the hermetic toolchain. Made #1378 but I'm not sure I got the rule right yet to do the conditional registration.