diff options
author | Dan McDonald <danmcd@joyent.com> | 2020-09-22 10:39:49 -0400 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2020-09-22 10:39:49 -0400 |
commit | 267e12a7d9bf6e5fcefb9cc00f46bfff0dc5226e (patch) | |
tree | 19a3941920d0039c35d53a5cbee189b5ca51995a /usr/src/tools | |
parent | 517abc5c668925e6092495bf332233c3599980d2 (diff) | |
parent | e9faba760cdf80d7dfa110fe0830917ab94668c2 (diff) | |
download | illumos-joyent-vpc.tar.gz |
Merge branch 'master' into vpcvpc
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. |