-
-
Notifications
You must be signed in to change notification settings - Fork 249
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
replaced ${ARCHITECTURE}" by "${BUILD_CONFIG[OS_ARCHITECTURE]}" #3830
Conversation
the build failure: https://github.com/adoptium/temurin-build/actions/runs/9301406891/job/25599478960 is related |
fixed |
I really think it is bad sed/refactoring/reuse or whatever.. as ARCHITECTURE seems to be related only to build-farm. Except that docker file
Where however
it do not seem to b eused. |
@andrew-m-leonard @sxa thoughts? |
@judovana so we have to be careful here, as OS_ARCHITECTURE is the "BUILD arch", whereas ARCHITECTURE is the TARGET arch |
This comment was marked as outdated.
This comment was marked as outdated.
Just to clarify, I'm not sure why your builders are passing, but the |
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.
Looks good I think
The builders use the build-farm, which set ARCHITECTURE |
This should fix windows issue I see: Certificate was added to keystore Number of certs processed: 147 real 2m26.134s user 0m42.929s sys 0m24.072s build.sh : 20:48:54 : Initiating build ... Version: local dir; OPENJDK_BUILD_NUMBER set as /home/tester/temurinbuild-1717011006/temurin-build/sbin/build.sh: line 193: ARCHITECTURE: unbound variable + BUILD_RESULT=1 + popd
cd4ab19
to
ce2eb27
Compare
ty! |
This should fix windows issue I see:
I'm just testing it on widows VM. But it seems that the ARCHITETURE is indeed not set. Please eyball carefully, I'm unable to judge the impact