vitasdk / buildscripts

Build scripts for the toolchain.
MIT License
61 stars 46 forks source link

Removed windows mingw build from the pipeline #125

Closed nikarh closed 1 year ago

nikarh commented 1 year ago

Removed windows mingw build from the pipeline for two reasons:

  1. It wasn't building anyway, because this uses strndup which is only available on POSIX
  2. At this point it makes more sense to use wsl2 on windows.

Also, updated macos runner due to actions/runner-images#5583

nikarh commented 1 year ago

Cherry-picked this on top of #124

d3m3vilurr commented 1 year ago

this pr should be split from gcc version up patch

nikarh commented 1 year ago

No prob. But the pipeline will be red in both pr's.