-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: implement java_keystore #9
Conversation
106ac67
to
406c496
Compare
406c496
to
af39150
Compare
Does this now become an environment specific build? I'm not sure I understand enough, but keytool is obtained from the build env? |
No, we depend on an hermetic jdk toolchain to get the |
Kk, lgtm after test fix. |
eh, tests are failing because of timezone differences between my local machine and the CI. so interesting to find a new way of non-hermeticity. |
3662841
to
fa71658
Compare
fa71658
to
a74d1fb
Compare
47732b2
to
bfa6e2b
Compare
bfa6e2b
to
5594c82
Compare
5da9be9
to
f3b0139
Compare
@loosebazooka PTAL. |
f3b0139
to
6478e25
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, I think maybe we can make the cert example change here before merge?
This is somehow a port of jksutil into Java with parts taken from https://github.com/openjdk/jdk17u-dev/blob/a028120220f6fd28e39fe0f6190eb1f5da6a788d/make/jdk/src/classes/build/tools/generatecacerts/GenerateCacerts.java.
Using java and java_binary is less tedious than using go and go_binary since java comes bundled with java, therefore, there's no need to take dependency just for this.