Searched refs:Builds (Results 1 – 25 of 167) sorted by relevance
1234567
3 title: "Specialized Builds"4 linkTitle: "Specialized Builds"
43 public @interface Builds { annotation in DisableIf50 @Repeatable(Builds.class)
91 for (DisableIf.Builds buildsAnnotation : AnnotationProcessingUtils.getAnnotations( in gatherBuildAnnotations()92 method.getMethod(), DisableIf.Builds.class)) { in gatherBuildAnnotations()
30 # Builds c-ares project from the git submodule.44 # Builds protobuf project from the git submodule.55 # Builds zlib project from the git submodule.76 # Builds gRPC based on locally checked-out sources and set arguments so that all the dependencies
3 # Builds a devtoolset-7 environment with manylinux2014 compatible6 # Builds a devtoolset-9 environment with manylinux2014 compatible
3 # Builds a devtoolset-7 environment with manylinux2010 compatible glibc (2.12) and6 # Builds a devtoolset-9 environment with manylinux2014 compatible glibc (2.17) and
30 Builds LLVM with ``NDEBUG`` defined. Changes the LLVM ABI. Also available36 Builds LLVM with ``-g``. Also available by setting ``DEBUG_SYMBOLS=0|1`` in41 (For svn checkouts) Builds LLVM with ``-O2`` and, by default, turns off
23 | `build_image` | Builds a docker image for a given project |24 | `build_fuzzers` | Builds fuzz targets for a given project |
1 # Debugging Slow Builds24 ## Slow Bot Builds
38 * Tier 1 - Builds and tests for this target are run in CI. Failures of either40 * Tier 2 - Builds for this target are run in CI. Failures during the build43 * Tier 3 - Builds for this target are run in CI. Failures during the build
187 - "epm": Builds a script + tarfile package188 - "bsd": Builds a *BSD package189 - "deb": Builds a Debian package190 - "pkg": Builds a Solaris package191 - "rpm": Builds a RPM package
35 set(BUILD_GTEST ON CACHE BOOL "Builds the googletest subproject")36 set(BUILD_GMOCK OFF CACHE BOOL "Builds the googlemock subproject")
27 ### Adding SL4A Builds to Android Builds by Default
46 class Builds: class
2 Builds/
56 * ``pw_strict_host_clang_debug_cpp14`` -- Builds with ``-std=c++14``.57 * ``pw_strict_host_clang_size_optimized_cpp20`` -- Builds with ``-std=c++20``.
1 @rem Builds Google.Protobuf NuGet packages
1 @rem Builds Google.Protobuf and runs the tests
8 Builds gRPC in given language and runs unit tests. Use `tools/run_tests/run_tests.py --help` for mo…14 - `--use_docker` Builds a docker container containing all the prerequisites for given language and …
25 option(BUILD_GMOCK "Builds the googlemock subproject" ON)
72 echo Builds succeeded