-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Install perl XML::Parser module on test machines #622
Comments
* related adoptium#622 Signed-off-by: Joe deKoning <joe_dekoning@ca.ibm.com>
I think cygwin installs this by default when also installing perl. At least that appears to be the case on the systems that I have that are setup with the windows playbook. But Strawberry perl is also a role on windows, which version is this needed under? Which version of perl should be used for windows? |
* related adoptium#622 Signed-off-by: Joe deKoning <joe_dekoning@ca.ibm.com>
* related adoptium#622 * move env settings to base of playbook * add check for XML::Parser * install if not present Signed-off-by: Joe deKoning <joe_dekoning@ca.ibm.com>
* related adoptium#622 * move env settings to base of playbook * add check for XML::Parser * install if not present Signed-off-by: Joe deKoning <joe_dekoning@ca.ibm.com>
* related #622 * move env settings to base of playbook * add check for XML::Parser * install if not present Signed-off-by: Joe deKoning <joe_dekoning@ca.ibm.com>
Close this issue as we are going to switch to use TKG for java soon. Perl module is no longer needed. |
Since we want to update testKitGen to use standard XML parser to parse *.xml files, we need to install XML::Parser module on test machines.
XML Parser is in the Adopt Unix playbooks, but we need to make sure it is installed on all test machines. See comment from Adam:
eclipse-openj9/openj9#499 (comment)
The text was updated successfully, but these errors were encountered: