We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Rebuild the jdk by linux_repro_build_compare.sh and get 'Could not determine one of the variables - run with sh -x to diagnose'.
Looking at the code seems the the setting for variables need to update. https://github.com/adoptium/temurin-build/blob/master/tooling/linux_repro_build_compare.sh#L108-L114.
For example: 'configure_arguments' is not in SBOM json file.
The text was updated successfully, but these errors were encountered:
@andrew-m-leonard
Sorry, something went wrong.
@sophia-guo This script currently uses the SBOM "metadata" file not the SBOM json, it's something that needs changing see issue #3425
sophia-guo
Successfully merging a pull request may close this issue.
Rebuild the jdk by linux_repro_build_compare.sh and get 'Could not determine one of the variables - run with sh -x to diagnose'.
Looking at the code seems the the setting for variables need to update. https://github.com/adoptium/temurin-build/blob/master/tooling/linux_repro_build_compare.sh#L108-L114.
For example: 'configure_arguments' is not in SBOM json file.
The text was updated successfully, but these errors were encountered: