conda-forge / clang-compiler-activation-feedstock

A conda-smithy repository for clang-compiler-activation.
BSD 3-Clause "New" or "Revised" License
2 stars 17 forks source link

Fix osx-arm64 signature #78

Closed xhochy closed 2 years ago

xhochy commented 2 years ago

clang_bootstrap_osx-arm64 is currently broken on conda-forge as the linker has an invalid signature. Building it locally, it does produce a valid signature. Thus I suspect that it is missing the correct cctools somewhere as a requirement. I'll use this PR here to test CI.

Checklist

conda-forge-linter commented 2 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

xhochy commented 2 years ago

One clearly suspicous observation: Locally, I see cctools log messages while clang_bootstap is packaged. These don't appear in CI here.

xhochy commented 2 years ago

Using the built artefacts here, tests pass locally, weird.

xhochy commented 2 years ago

Closing in favor of #79