Skip to content

[CI][XML] Added XMLLINT to CI Dependencies #2531

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

Merged

Conversation

AlexandreSinger
Copy link
Contributor

A warning was being generated by EZGL when pre-processing the resources for main.ui. This could not be removed since the library we use to preprocess always tries to use XMLLINT even when it is not used.

If the system does not have XMLLINT installed, it will always give a warning saying it is not installed.

As a quick fix, we can make it so the CI has it installed, since this is technically the use case we want tested.

See issue #2518

A warning was being generated by EZGL when pre-processing the resources
for main.ui. This could not be removed since the library we use to
preprocess always tries to use XMLLINT even when it is not used.

If the system does not have XMLLINT installed, it will always give a
warning saying it is not installed.

As a quick fix, we can make it so the CI has it installed, since this is
technically the use case we want tested.
@github-actions github-actions bot added infra Project Infrastructure lang-shell Shell scripts (bash etc.) labels Apr 11, 2024
@AlexandreSinger
Copy link
Contributor Author

@vaughnbetz Please review when you have a moment.

@vaughnbetz vaughnbetz merged commit 3928ad8 into verilog-to-routing:master Apr 12, 2024
52 checks passed
@AlexandreSinger AlexandreSinger deleted the feature-xml-warning branch May 28, 2024 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infra Project Infrastructure lang-shell Shell scripts (bash etc.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants