LukeShortCloud / winesapOS

winesapOS - Game with Linux anywhere, no installation required!
GNU General Public License v3.0
871 stars 31 forks source link

[repo] winesapOS repository build gets stuck on apfsprogs-git #845

Closed LukeShortCloud closed 2 months ago

LukeShortCloud commented 2 months ago

When building apfsprogs-git, it hangs. This leads to a 6 hour timeout in GitHub Actions. No new packages are uploaded to our repository.

make: Entering directory '/tmp/apfsprogs-git/src/apfsprogs/mkapfs'
  Compiling btree.c...
  Compiling dir.c...
  Compiling object.c...
  Compiling spaceman.c...
  Compiling super.c...
  Building libraries...
  Library build complete
  Compiling mkapfs.c...
  Linking...
  Build complete
make: Leaving directory '/tmp/apfsprogs-git/src/apfsprogs/mkapfs'
==> Entering fake*** environment...

https://github.com/LukeShortCloud/winesapOS/actions/runs/9524238593

LukeShortCloud commented 2 months ago

I was able to do the build locally using the exact same steps from CI. It's been pushed up.

LukeShortCloud commented 2 months ago

This issue in CI was fixed after upgrading to GitHub Actions Runners that use Ubuntu 24.04.

Related: