A repo for daily continuous compilation and boot testing of Clang built Linux. Uses daily snapshots of Clang, top of tree torvalds/linux, Buildroot root filesystems, and QEMU to boot.
$ git clone -j`nproc` [email protected]:ClangBuiltLinux/continuous-integration.git
$ cd continuous-integration
$ ./driver.sh
Without any options, driver.sh
builds an arm64 image and boots it. To learn more about the script, run ./driver.sh -h
.