You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As pointed out in bazelbuild/bazel#21768,
bazel 7 moved multi-arch macOS toolchain support to `apple_support`,
so building Swift (which must target `x86_64` for now) was broken.
Internally in the codeql CLI we were unaffected as we use a custom
bundled toolchain.
This fixes building from this repository.
0 commit comments