Skip to content

CDRIVER-4136 drop debug-compile-c89 task #962

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
merged 1 commit into from
Apr 6, 2022

Conversation

kevinAlbs
Copy link
Collaborator

Summary

  • Drop debug-compile-c89 task.

Background & Motivation

The debug-compile-c89 task builds with -std=c89 -pedantic.

Removing the debug-compile-c89 task will help to enable copying mlib into mongo-c-driver.

libmongoc already uses several c99 features, noted in the comments of CDRIVER-4136.

Risks

This may impact consumers building with -std=c89 or building with a compiler not tested on Evergreen. We may add more non-C89 code that break consumers. I think it is low risk.

@kevinAlbs kevinAlbs changed the title CDRIVER-4136 Drop debug-compile-c89 task CDRIVER-4136 drop debug-compile-c89 task Apr 4, 2022
@kevinAlbs kevinAlbs marked this pull request as ready for review April 6, 2022 19:12
Copy link
Contributor

@vector-of-bool vector-of-bool left a comment

Choose a reason for hiding this comment

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

LGTM. I may provide a few more tweaks later on when bringing in the mlib library.

@kevinAlbs kevinAlbs merged commit 24e3ee4 into mongodb:master Apr 6, 2022
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.

3 participants