summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* initial script for building autoconf from gitcontinuous-integrationZack Weinberg2021-10-032-3/+102
|
* log_environment: add #CPUs probe for FreeBSDZack Weinberg2021-09-261-11/+9
|
* log_environment: Reactivate report_machine/report_ENVZack Weinberg2021-09-261-2/+2
| | | | accidentally left these commented out in the previous commit
* log_environment: Make version probes more robust.Zack Weinberg2021-09-262-8/+80
|
* Log more stuff in log_environmentZack Weinberg2021-09-182-2/+126
| | | | | | - Number of available CPUs - On Linux, attempt to identify the build C library (currently only knows about glibc and musl)
* Create disconnected branch for CI scripts.Zack Weinberg2021-09-154-0/+1132
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.