nim-works / nimskull

An in development statically typed systems programming language; with sustainability at its core. We, the community of users, maintain it.

Home Page:https://nim-works.github.io/nimskull/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI failures due to inconsistent binaries buildt on M1 runners

Clyybber opened this issue · comments

Sometimes the Binaries from git and source archive should be the same check fails, presumably because of SDK updates making it to one runner before the other.

Most of the times it's Build release artifacts from source archive (macOS (M1)) that needs to be restarted to fix the failure,
other times it's Build release binaries (macOS (M1)) that needs restarting.

The most recent example at the time of writing can be seen at https://github.com/nim-works/nimskull/actions/runs/8237550847/job/22531163678#step:9:30

Addressed by #1244. There haven't been any MacOS SDK version-related issues since.