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

build: s/Sanitizers_COMPILER_OPTIONS/Sanitizers_COMPILE_OPTIONS #2435

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

tchaikov
Copy link
Contributor

this change addresses a regression introduced by ed88919, which renamed the exported CMake variable of Sanitizers_COMPILER_OPTIONS to Sanitizers_COMPILE_OPTIONS, to be more consistent with the names used by CMake. but it failed to update the top-level CMakeLists.txt, which was still using the old name to populate this setting down to .pc. that's why some parent project fails to link with the latest seastar with sanitizers enabled.

in this change, we correct the variable name.

this change addresses a regression introduced by ed88919, which
renamed the exported CMake variable of `Sanitizers_COMPILER_OPTIONS`
to `Sanitizers_COMPILE_OPTIONS`, to be more consistent with the
names used by CMake. but it failed to update the top-level
`CMakeLists.txt`, which was still using the old name to populate
this setting down to .pc. that's why some parent project fails to
link with the latest seastar with sanitizers enabled.

in this change, we correct the variable name.

Signed-off-by: Kefu Chai <[email protected]>
@tchaikov
Copy link
Contributor Author

tchaikov commented Sep 14, 2024

see also scylladb/scylladb#20596 for the build failure caused by the regression, which is fixed by this change.

@tchaikov
Copy link
Contributor Author

@scylladb/seastar-maint hello maintainers, i'd like to request a review of this change,
which addresses a critical regression. given the urgency of the issue, I kindly ask for your prompt attention.

@tchaikov
Copy link
Contributor Author

@scylladb/seastar-maint hello maintainers, i'd like to request a review of this change,
which addresses a critical regression. given the urgency of the issue, I kindly ask for your prompt attention.

@tchaikov
Copy link
Contributor Author

@scylladb/seastar-maint hello maintainers, i'd like to request a review of this change,
which addresses a critical regression. given the urgency of the issue, I kindly ask for your prompt attention.

@avikivity avikivity merged commit 69f88e2 into scylladb:master Sep 17, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants