-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial attempt to upgrade to jdk17 * patch rules_nixpkgs to allow for jdk 17 * format * fix compatibility/.bazelrc * update jar_jar, disable jdk8 * get jarjar's hash right * ignore timestamp parsing test for now * fix build-release-artifacts * fix JsonLfDecodersTest in the code drop * dadew --------- Co-authored-by: = <=> Co-authored-by: Gary Verhaegen <gary.verhaegen@digitalasset.com>
- Loading branch information
1 parent
1064fff
commit 9472bf3
Showing
14 changed files
with
74 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"cacert", | ||
"curl", | ||
"gcloud", | ||
"ojdkbuild11", | ||
"jdk", | ||
"maven-3.6.1", | ||
"msys2", | ||
"nodejs-14", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
diff --git a/toolchains/java/default_java_toolchain.bzl b/toolchains/java/default_java_toolchain.bzl | ||
index 1919433..6cf40bc 100644 | ||
--- a/toolchains/java/default_java_toolchain.bzl | ||
+++ b/toolchains/java/default_java_toolchain.bzl | ||
@@ -42,8 +42,8 @@ BASE_JDK9_JVM_OPTS = [ | ||
|
||
JDK9_JVM_OPTS = BASE_JDK9_JVM_OPTS + [ | ||
# override the javac in the JDK. | ||
- "--patch-module=java.compiler=$(location @remote_java_tools//:java_compiler_jar)", | ||
- "--patch-module=jdk.compiler=$(location @remote_java_tools//:jdk_compiler_jar)", | ||
+ #"--patch-module=java.compiler=$(location @remote_java_tools//:java_compiler_jar)", | ||
+ #"--patch-module=jdk.compiler=$(location @remote_java_tools//:jdk_compiler_jar)", | ||
] | ||
|
||
DEFAULT_JAVACOPTS = [ | ||
-- | ||
2.34.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{"homepage": "https://jdk.java.net/archive/", | ||
"version": "17.0.2", | ||
"license": "GPL-2.0-only WITH Classpath-exception-2.0", | ||
"architecture": {"64bit": {"url": "https://download.java.net/java/GA/jdk17.0.2/dfd4a8d0985749f896bed50d7138ee7f/8/GPL/openjdk-17.0.2_windows-x64_bin.zip", | ||
"hash": "b2208206bda47f2e0c971a39e057a5ec32c40b503d71e486790cb728d926b615", | ||
"extract_dir": "jdk-17.0.2"}}, | ||
"env_add_path": "bin", | ||
"env_set": {"JAVA_HOME": "$dir"}} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,7 @@ let shared = rec { | |
grpcurl | ||
gzip | ||
imagemagick | ||
jdk11 | ||
jdk8 | ||
jdk17 | ||
jekyll | ||
jq | ||
netcat-gnu | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters