Andy-Python-Programmer / aero

Aero is a new modern, experimental, UNIX-like operating system following the monolithic kernel design. Supporting modern PC features such as long mode, 5-level paging, and SMP (multicore), to name a few.
https://aero.andypy.dev
GNU General Public License v3.0
1.17k stars 50 forks source link

Prebuilt sysroot from the CI #35

Open Andy-Python-Programmer opened 2 years ago

Andy-Python-Programmer commented 2 years ago

We could probably build the sysroot in the CI and fetch it if we dont want to build the sysroot locally. It should not be that expensive as in time since we could cache the build using some github ci extension :)