commit | dcd81d68f5a1fd1e8e9a40cff62a89af03871f59 | [log] [tgz] |
---|---|---|
author | David Ostrovsky <david@ostrovsky.org> | Sat Nov 23 21:06:13 2019 -0800 |
committer | David Ostrovsky <david@ostrovsky.org> | Fri Dec 13 21:24:46 2019 -0800 |
tree | fa8fa4c83c864e2a17a83be4906ba4af3a1d7406 | |
parent | bf3f08b4b2ca58e846d0509eae40b2b75456acd1 [diff] |
Bazel: Fix tests execution on Java 11 To support tests execution on Java 11, without using Java 11 toolchain additional parameters must be passed. The use case is building on host Java 11. This is needed to bump host Java version to Java 11 on Gerrit CI. Test Plan: 1. Install Java 11 (only) $ java -fullversion openjdk full version "11.0.5+10-post-Debian-1deb10u1" 2. Execute tests and confirm that all tests are passing $ bazelisk test //... Change-Id: I97c244052f353eb61053a5f4f36a5ee646b8be9c
Gerrit is a code review and project management tool for Git based projects.
Gerrit makes reviews easier by showing changes in a side-by-side display, and allowing inline comments to be added by any reviewer.
Gerrit simplifies Git based project maintainership by permitting any authorized user to submit changes to the master Git repository, rather than requiring all approved changes to be merged in by hand by the project maintainer.
For information about how to install and use Gerrit, refer to the documentation.
Our canonical Git repository is located on googlesource.com. There is a mirror of the repository on Github.
Please report bugs on the issue tracker.
Gerrit is the work of hundreds of contributors. We appreciate your help!
Please read the contribution guidelines.
Note that we do not accept Pull Requests via the Github mirror.
The Developer Mailing list is repo-discuss on Google Groups.
Gerrit is provided under the Apache License 2.0.
Install Bazel and run the following:
git clone --recurse-submodules https://gerrit.googlesource.com/gerrit cd gerrit && bazel build release
The instruction how to configure GerritForge/BinTray repositories is here
On Debian/Ubuntu run:
apt-get update & apt-get install gerrit=<version>-<release>
NOTE: release is a counter that starts with 1 and indicates the number of packages that have been released with the same version of the software.
On CentOS/RedHat run:
yum clean all && yum install gerrit-<version>[-<release>]
On Fedora run:
dnf clean all && dnf install gerrit-<version>[-<release>]
Docker images of Gerrit are available on DockerHub
To run a CentOS 7 based Gerrit image:
docker run -p 8080:8080 gerritforge/gerrit-centos7[:version]
To run a Ubuntu 15.04 based Gerrit image:
docker run -p 8080:8080 gerritforge/gerrit-ubuntu15.04[:version]
NOTE: release is optional. Last released package of the version is installed if the release number is omitted.