Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Couldn't they (or someone) set up a Github Action to compile the project on every release?


I forked the repo with the intention of doing this a couple months ago. The default Windows runner for Actions doesn’t have enough free disk space to compile Chromium (at least, given the build instructions the project provided). Given it took an hour to fail every time, it made trying to optimize hard and I eventually gave up.


Got a link to that fork? I might want to pick that up sometime.


https://github.com/jedieaston/ungoogled-chromium-windows isn't my original attempt (I deleted the original repo, oops), but I recreated pretty much where I was. GH Actions runners only have 14GB of usable space, and Chromium requires 100GB or so of free space to compile on Windows apparently: https://chromium.googlesource.com/chromium/src/+/refs/heads/...


GitHub Actions free tier comes with ~34 hours of free compute time with 500MB storage. Pro comes with 50 hours and 1GB. Enterprise comes with much more. Building on Windows or macOS divides those compute rates by 2 and 10 respectively.

For a project with frequent point releases, building Chromium via GitHub might require a monetary commitment.


Has it changed? It used to be unlimited for open projects.


I wasn't aware it was ever free for open projects. Reading this page shows that you're right[1], public repositories can use GitHub Actions for free.

[1] https://github.com/features/actions


So what's stopping them?


Seems like something someone with some time can make a pull request for ;)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: