Christopher Nielsen
Christopher Nielsen
Everything looks fine for many macOS releases. But builds currently fail on 10.6, 10.7, 10.9, Big Sur, and Monterey.
> Everything looks fine for many macOS releases. But builds currently fail on 10.6, 10.7, 10.9, Big Sur, and Monterey. This was due to file `VERSION`, which causes a clash...
Ugh, while the build looks good now, I'm seeing the following runtime failure: ``` $ python3.10 hello_world.py Traceback (most recent call last): File "hello_world.py", line 2, in import gmic ImportError:...
Given that the current build flags, preprocessor defs, etc, are based on building an all-inclusive binary, we'll likely need to prune many of those. Alternatively, a simpler approach would be...
Steve, I ran a quick local test on 10.15, to help validate whether the CI failures are legitimate. And sure enough, `bazel` is failing to build for me as well.
Rebased against master. Also testing locally on 10.15, Big Sur, and Monterey, to see what the results are. More to follow.
Love the work, it would be great to see a noticable reduction in trace mode overhead!
As someone who's come to depend on trace mode more and more - it's absolutely critical when validating port dependencies and such - I'd love to see this work merged!...
Thanks so much for your contribution Werner!
@barracuda156 Have you checked the CI build logs, to see why this is failing?