Disable --enable-asan and --enable-ubsan in CI #13062
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation and Context
After this change the GitHub actions CI builders have detected
leaks in some of the ZTS support utilities and test cases. This results
in these CI builds always failing. Disable the use of these checks
for now to keep the CI happy.
https://github.com/openzfs/zfs/actions/runs/1794167045
@szubersk thanks for working on these changes, but it looks like
we're going to need to briefly disable them. I'm not sure how we
missed this in the original PR CI runs. Would you mind taking a
look in to this.
Description
For the moment disable the use of
--enable-asan
and--enable-ubsan
in the GitHub actions CI workflows. This functionality can be
re-enabled after the detected issues have been resolved.
How Has This Been Tested?
Pending verification from the CI that disabling these new checks
resolves the issue.
Types of changes
Checklist:
Signed-off-by
.