Skip to content
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

CI Workflow for external compressors dependencies #3505

Merged
merged 1 commit into from
Feb 14, 2023

Conversation

yoniko
Copy link
Contributor

@yoniko yoniko commented Feb 14, 2023

Implemented CI workflow for testing compilation with external compressors and without them. This serves as a sanity check to avoid any code dependencies on libraries that may not always be present. (Reference: #3497 for a bug fix related to this issue.)

Note: the new job added here is expected to fail as #3497 isn't merged yet.
This will give us confirmation that it does find the issue.
After #3497 this will be rebased to make sure the job doesn't fail anymore.

…sors and with no external compressors.

This is a sanity to make sure we don't introduce code dependencies on libraries that don't always exist (see facebook#3497 for an example bugfix for such issue).
@yoniko yoniko force-pushed the ci-build-compressors-support branch from 48e49b7 to 9daf04b Compare February 14, 2023 00:35
Copy link
Contributor

@Cyan4973 Cyan4973 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great new test !

@yoniko yoniko merged commit 6a86db1 into facebook:dev Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants