Ben Boeckel

Results 607 comments of Ben Boeckel

The CI job runs under an `arch -x86_64 bash` command, so, yes, it is "just" that (with `DEVELOPER_DIR` set to an Xcode 16.4 installation).

So I was staring at the logs and a thought occurred to me: we use `sccache` which talks to its server over a TCP socket…this is not `arch -x86_64`-contained if...

Does it query it through any launcher (like `sccache`) or does it run it directly. CMake does the same, but it skips the wrapper.. Looking at our build scripts…I'm not...

In any case, the architecture detection is working: `sse` flags are being added but then dying when `sccache` ends up launching a compiler thinking it is going to do `arm64`...

Even with per-arch `sccache` instances, the problem still persists. I suppose the cache could be poisoned though.

Ok, false alarm…what I changed was a placebo and actually did nothing. I now have *proper* changes staged for deployment which will do this, but I need to go and...

I fixed the changes to *actually* separate things based on arch. So far so good (was deployed on Friday). If I don't see any instances by next week I'll claim...