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
Until now a change to native/swift did not reach the macOS job at all. That
job loaded the committed dylib, so the pixel baselines described whatever
was last rebuilt, and a Swift change could not turn it red however wrong it
was -- it only went red on the ABI version check, and only until the
binaries PR was merged. The Linux job has built from source all along and
has not had that gap.
Only the runner architecture is built, since this is the only place it is
loaded. What ships is still loaded and still checked by the native job,
which is now the only thing testing the committed binaries and says so.
0 commit comments