mirror of
https://gerrit.hackerspace.pl/hscloud
synced 2025-02-13 02:26:45 +00:00
java: use JDK 11
This is needed for newer versions of the gerrit owners plugin. We also need to add zlib to our shell, as binary builds of JDK11 used by Bazel require it. Change-Id: Idbbc5e0d88cac13daf2e5f201be6032412bf1a5d Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1641 Reviewed-by: implr <implr@hackerspace.pl>
This commit is contained in:
parent
e4519b1419
commit
d9567b3b99
2 changed files with 2 additions and 0 deletions
1
.bazelrc
1
.bazelrc
|
@ -8,3 +8,4 @@ test --build_tests_only
|
|||
test --test_output=errors
|
||||
build --cxxopt=-std=c++14
|
||||
build --host_cxxopt=-std=c++14
|
||||
build --java_language_version=11
|
||||
|
|
|
@ -65,6 +65,7 @@ in (pkgs.buildFHSUserEnv {
|
|||
vim
|
||||
openssh
|
||||
libxcrypt
|
||||
zlib
|
||||
];
|
||||
multiPkgs = pkgs: [
|
||||
(pkgs.runCommand "protocols" {}
|
||||
|
|
Loading…
Add table
Reference in a new issue