Bootstrappable builds
Bootstrappable builds
Posted Jan 8, 2021 3:23 UTC (Fri) by goraxe (guest, #42374)In reply to: Bootstrappable builds by dvdeug
Parent article: Bootstrappable builds
There have been malware in the wild that does attack tool chains and software has been put out that has had backdoors inserted by software houses affected by this type of malware. There is no guarantee that non gcc C compiler is trusted.
So the bootstrapping from tiny understandable principles is pretty interesting especially if the results are bit for bit comparable as this gives cryptographic verification options.
I could see this having utility in build farms like travis ci, paas systems like aws lambda, google app engine etc. If you need truly trusted binaries this seems like a very viable way of getting them
