Files
tinygo/builder
Ayke van Laethem b344d65781 builder: reduce number of open files
MacOS X 10.14 has a soft limit of 256 open files by default, at least on
CircleCI. So don't keep object files open while writing the ar file to
reduce the number of open files at once.

Context: the musl libc has more than 256 object files in the .a file.
This resulted in the error "too many open files" on MacOS X 10.14 when
running in CircleCI.
2021-11-04 17:15:38 +01:00
..
2021-11-04 17:15:38 +01:00
2021-11-04 17:15:38 +01:00
2020-04-09 20:23:51 +02:00
2021-09-16 20:13:04 +02:00
2021-11-04 17:15:38 +01:00
2020-04-09 20:23:51 +02:00
2021-09-27 15:47:12 +02:00