fosslinux
d98f97e214
Introduce parallelism
...
By using --cores argument to rootfs.py, JOBS= is set in the
live-bootstrap environment, and -j${JOBS} is used on builds. This speeds
larger packages up significantly.
A fair number of packages do not build properly with parallelism. Most
of these, at least for now, are disabled with -j1.
2023-04-13 17:13:53 +10:00
Dor Askayo
59a13f0d09
Add LIBDIR variable for the musl library directory
...
LIBDIR should be used where possible to avoid unnecessary
duplication in build scripts that target the musl toolchain.
No change in package hashes.
2023-01-29 00:09:38 +02:00
Dor Askayo
a74f3166f3
Pass variables to make explicitly in musl-1.1.24
2023-01-27 10:17:04 +02:00
Andrius Štikonas
c8784cbcd3
Split installed files out of /after into /image.
2021-06-29 17:49:34 +01:00
Andrius Štikonas
a2c5745da4
helpers.sh: Add a helper function to call appropriate default stage function.
2021-05-03 23:48:06 +01:00
bauen1
3d1a7b6580
Make usage of /dev more failure proof
...
/dev/console is not needed / used.
2021-03-30 23:43:40 +02:00
Andrius Štikonas
30ebe8ccba
Install musl headers directly into /after/include.
2021-03-20 23:29:51 +00:00
Andrius Štikonas
f3cea25b87
Rebuild musl with fewer patches.
2021-03-03 20:36:12 +00:00