1*3f982cf4SFabien Sanglard# Continuous build and try jobs 2*3f982cf4SFabien Sanglard 3*3f982cf4SFabien SanglardOpen Screen uses [LUCI builders](https://ci.chromium.org/p/openscreen/builders) 4*3f982cf4SFabien Sanglardto monitor the build and test health of the library. 5*3f982cf4SFabien Sanglard 6*3f982cf4SFabien SanglardCurrent builders include: 7*3f982cf4SFabien Sanglard 8*3f982cf4SFabien Sanglard| Name | Arch | OS | Toolchain | Build | Notes | 9*3f982cf4SFabien Sanglard|------------------------|--------|------------------------|-----------|---------|------------------------| 10*3f982cf4SFabien Sanglard| linux64_debug | x86-64 | Ubuntu Linux 18.04 | clang | debug | ASAN enabled | 11*3f982cf4SFabien Sanglard| linux_arm64_debug | arm64 | Ubuntu Linux 20.04 [*] | clang | debug | | 12*3f982cf4SFabien Sanglard| linux64_gcc_debug | x86-64 | Ubuntu Linux 18.04 | gcc-7 | debug | | 13*3f982cf4SFabien Sanglard| linux64_tsan | x86-64 | Ubuntu Linux 18.04 | clang | release | TSAN enabled | 14*3f982cf4SFabien Sanglard| linux64_coverage_debug | x86-64 | Ubuntu Linux 18.04 | clang | debug | used for code coverage | 15*3f982cf4SFabien Sanglard| linux64_cast_e2e | x86-64 | Ubuntu Linux 18.04 | clang | debug | Builds cast standalone | 16*3f982cf4SFabien Sanglard| mac_debug | x86-64 | Mac OS X/Xcode | clang | debug | | 17*3f982cf4SFabien Sanglard| chromium_linux64_debug | x86-64 | Ubuntu Linux 18.04 | clang | debug | built with chromium | 18*3f982cf4SFabien Sanglard| chromium_mac_debug | x86-64 | Mac OS X 10.15 | clang | debug | built with chromium | 19*3f982cf4SFabien Sanglard<br /> 20*3f982cf4SFabien Sanglard 21*3f982cf4SFabien Sanglard[*] Tests run on Ubuntu 20.04, but are cross-compiled to arm64 with a debian stretch sysroot. 22*3f982cf4SFabien Sanglard 23*3f982cf4SFabien SanglardThe chromium_ builders compile against Chromium top-of-tree to ensure that 24*3f982cf4SFabien Sanglardchanges can be autorolled into Chromium. 25*3f982cf4SFabien Sanglard 26*3f982cf4SFabien SanglardYou can run a patch through all builders using `git cl try` or the Gerrit Web 27*3f982cf4SFabien Sanglardinterface. All builders are run as part of the commit queue and are also run 28*3f982cf4SFabien Sanglardcontinuously in our CI. 29