6 Commits

Author SHA1 Message Date
Zack Weinberg
7af5fba04a
initial script for building autoconf from git 2021-10-03 19:33:54 -04:00
Zack Weinberg
cedbfd9a8c
log_environment: add #CPUs probe for FreeBSD 2021-09-26 12:28:07 -04:00
Zack Weinberg
2ab0702946
log_environment: Reactivate report_machine/report_ENV
accidentally left these commented out in the previous commit
2021-09-26 12:09:18 -04:00
Zack Weinberg
08b6f99cef
log_environment: Make version probes more robust. 2021-09-26 12:04:28 -04:00
Zack Weinberg
d2b2a03a24
Log more stuff in log_environment
- Number of available CPUs
- On Linux, attempt to identify the build C library
  (currently only knows about glibc and musl)
2021-09-18 11:28:35 -04:00
Zack Weinberg
c2e8b0ee81
Create disconnected branch for CI scripts.
I don’t know if this will be the way to maintain them long term, but
this keeps them out of the hair of people working on trunk while
they’re experimental.

Currently only has metainformation and a script to produce a report on
how a CI environment is set up (vital for debugging).

BuildCommon.pm was originally written by me for
libxcrypt (https://github.com/besser82/libxcrypt).  That project uses
very permissive licensing when possible, so it is under CC0 rather
than GPL.
2021-09-15 17:15:19 -04:00