commit | b0172bee9a2224dec349ff20f2534ea73469cfee | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Tue Jun 09 05:05:08 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Jun 09 05:06:16 2020 -0700 |
tree | 8e84ced5cfc36f3298a391f4bca54651f51864fe | |
parent | 79d9ef2ffbcac71384aea939ff091be989e5067c [diff] |
Increase the number of 'X' characters in calls to `mktemp`, for portability. On OpenBSD, using only five 'X' characters results in the following error message: mktemp: insufficient number of Xs in template `tmp_bazel_zip_files_XXXXX' On OpenBSD, the minimum number of 'X' characters is six: https://man.openbsd.org/mktemp PiperOrigin-RevId: 315462488
{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