https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119227
--- Comment #7 from Mark Wielaard <mark at gcc dot gnu.org> --- (In reply to David Malcolm from comment #6) > Sorry if this comes across as blunt, but pushing changes and waiting for a > cronjob to run (in production) seems very 1990s. > > Is there some automated way to bring up a test instance of the server? Yes, there is snapshots.sourceware.org which is populated by doing container builds through builder.sourceware.org for various projects, triggered by a git push. It does the DWARF pdf spec build for example and builds documentation/html/websites for glibc, libabigail, valgrind. We can certainly define a container and build steps for the gcc docs too. It is just that nobody has had time.