> I kinda wish the buildfarm wouldn't require manually updating compiler
> versions...
It does not. My cron script uses the update script to keep them up to
date:
./update_personality.pl --config=$PG/moonjelly.conf --compiler-version="$(gcc --version | head -1 | sed 's/gcc (GCC)
//')"
./update_personality.pl --config=$PG/seawasp.conf --compiler-version="$(clang --version | head -1 | sed 's/^clang
version//')"
--
Fabien.