Index: buildbot/osuosl/master/config/builders.py =================================================================== --- buildbot/osuosl/master/config/builders.py +++ buildbot/osuosl/master/config/builders.py @@ -236,7 +236,7 @@ 'factory' : ClangBuilder.getClangCMakeBuildFactory( vs="manual", checkout_flang=True, - checks=[], # Disable testing until MCJIT failures are fixed + checks=['check-flang'], # Disable testing until MCJIT failures are fixed extra_cmake_args=[ "-DCMAKE_TRY_COMPILE_CONFIGURATION=Release", "-DLLVM_DEFAULT_TARGET_TRIPLE=aarch64-unknown-windows-msvc",