diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2020-09-21 11:43:51 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2020-09-21 11:43:51 +0000 |
commit | de1c7a865adeab38b51e5c0db5058e61469b322c (patch) | |
tree | 898a230006c801195b396aa68892d1296d8c549e /usr/src/tools | |
parent | 69ac6c001ab11b88fdfc6b13fcc344154a268056 (diff) | |
parent | 51396a8ee7fb52fe0ab33bfe7b4f495ad431904a (diff) | |
download | illumos-joyent-de1c7a865adeab38b51e5c0db5058e61469b322c.tar.gz |
[illumos-gate merge]
commit 51396a8ee7fb52fe0ab33bfe7b4f495ad431904a
13083 Enable gate builds with OpenJDK 11
commit fd147c98dbdbc9e5ac99fa51cb608e8eeb1f16f1
13168 reality should reflect the mac_prop_id_t comment
commit 3626423cd8fd36c60b866e625aff599f055c7dc3
13167 Update hwdata to 2020.9.15
Conflicts:
usr/src/cmd/dtrace/test/tst/common/java_api/Makefile
usr/src/cmd/dtrace/test/cmd/jdtrace/Makefile
Diffstat (limited to 'usr/src/tools')
-rw-r--r-- | usr/src/tools/env/illumos.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/tools/env/illumos.sh b/usr/src/tools/env/illumos.sh index cdf3a42bdd..a8c587d072 100644 --- a/usr/src/tools/env/illumos.sh +++ b/usr/src/tools/env/illumos.sh @@ -139,8 +139,8 @@ export ENABLE_SMB_PRINTING= # Set if your distribution has different package versioning #export PKGVERS_BRANCH=2018.0.0.17900 -# Skip Java 8 builds on distributions that don't support it -#export BLD_JAVA_8= +# Skip Java 11 builds on distributions that don't support it +#export BLD_JAVA_11= # POST_NIGHTLY can be any command to be run at the end of nightly. See # nightly(1) for interactions between environment variables and this command. |