commit | f44f5c8906a8b72c3fc2525bef9e5a0e2456d446 | [log] [tgz] |
---|---|---|
author | ulfjack <ulfjack@google.com> | Tue Dec 17 00:29:26 2019 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Dec 17 00:30:21 2019 -0800 |
tree | eed7abe4948dd1d6c822f4a3dc2eda03de3e9c26 | |
parent | 09251727a7354be373d8e8cefe782c92f5db869c [diff] |
Partial rollback of https://github.com/bazelbuild/bazel/commit/934c4fd4a4a96093a2cd0b08cf619bef04d0b582 to restore package The scala_test rules reference the lcov merger as @bazel_tools//tools/test/CoverageOutputGenerator/java/com/google/devtools/coverageoutputgenerator:Main, so restore the package and add an alias to avoid breaking them. This change can be reverted once the downstream rules are fixed. Fixes #10425. ``` $ /tmp/bazel test --flaky_test_attempts=3 --build_tests_only --experimental_repository_cache_hardlinks --disk_cache= --sandbox_tmpfs_path=/tmp --test_env=HOME //... INFO: Analyzed 2 targets (0 packages loaded, 0 targets configured). INFO: Found 2 test targets... INFO: From Building external/com_google_protobuf/libprotobuf_java.jar (122 source files, 1 source jar): warning: -parameters is not supported for target value 1.7. Use 1.8 or later. INFO: Elapsed time: 85.014s, Critical Path: 42.07s INFO: 273 processes: 260 darwin-sandbox, 13 worker. INFO: Build completed successfully, 274 total actions //:test_test_suite_src_test_scala_hello_ConfigurationSpec.scala PASSED in 1.9s //:test_test_suite_src_test_scala_hello_EndpointSpec.scala PASSED in 2.6s INFO: Build completed successfully, 274 total actions ``` PiperOrigin-RevId: 285928101
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md