-
-
Notifications
You must be signed in to change notification settings - Fork 257
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
makejdk-any-platform.sh -s, -d parameters do not work as they are supposed to #2058
Comments
Also
|
@sxa Can you add some information how the error can be reproduces? If the error can be easily reproduced by a newcomer we can create a "good first issue" out of this one :) |
BUILD_ARGS of temurin-build/sbin/common/config_init.sh Line 263 in 8e043e3
|
Needs investigation as to whether these arguments work? |
Hi @smlambert can I take on this? |
@andrew-m-leonard @zdtsw which command do we have to run with these parameters? |
|
@zdtsw Wondering 😮 why it isn't picking when I run it from the root directory of the project |
Care to post your log? how you run it? |
@zdtsw there it is |
permisson on the file? change to executable and see how it goes without |
I do not think this is an issue. At least to call a script, I always use the path or add |
@sxa can shade more light on how to reproduce this bug possibly |
makejdk-any-platform.sh requires a parameter to specify which JDK to build. If you run it without any parameters it will say:
So the normal thing to do would be to run To use
If you run |
Using
-s
which is expected to be given as an absolute PATH does not work - it gets appended to the workspace directory wheremakejdk-any-platform.sh
is invoked. This example output was from trying to set them both to directories under/home/sxa/jdk11
:Same is true of
-d
rendering both more or less useless.The text was updated successfully, but these errors were encountered: