Commit Graph

5 Commits

Author SHA1 Message Date
Kartik Agaram 129a9f71ce 4270 - tweak the experimental concurrent builder 2018-06-25 10:24:17 -07:00
Kartik Agaram 91fe63cdc1 4251 - speed up repeated builds until the same layer
Also allow running a single test, to speed things up still further.
2018-06-05 23:39:47 -07:00
Kartik K. Agaram ba838feae9 4211
Just ran into first issue from using the portable /bin/sh rather than a
modern shell:
  https://stackoverflow.com/questions/15744421/read-command-doesnt-wait-for-input

Turn on errexit everywhere.
2018-02-20 01:38:15 -08:00
Kartik K. Agaram 8f54e7f812 3460 2016-10-07 09:34:38 -07:00
Kartik K. Agaram a232af2faf 3447 - drop dependence on GNU make
A generic build system is overkill for such a small project, and it was
adding complexity on OpenBSD which doesn't come with GNU make by
default.

In the process we also eliminate our reliance on bash and perl, at least
for the core build script.
2016-10-06 15:40:56 -07:00