Skip to content

Match C++ standard used in compiler-specific run-tests scripts to the CI script #996

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
Feb 27, 2024

Conversation

danra
Copy link
Contributor

@danra danra commented Feb 24, 2024

f0018d7 modified the set C++ standard for some compilers in the CI script, but did not do so for the compiler-specific run-tests scripts. This fixes the discrepancy by matching setting in the compiler-specific scripts to that of the CI script (since the above commit apparently did update the tests results according to the newly set standard in the CI script).

(It would be more robust to avoid the possibility of such a discrepancy by avoiding having such settings in multiple scripts.)

… CI script

f0018d7 modified the set C++ standard for some compilers in the CI script, but did not do so for the compiler-specific run-tests scripts. This fixes the discrepancy by matching setting in the compiler-specific scripts to that of the CI script (since the above commit apparently did update the tests results according to the newly set standard in the CI script).

(It would be more robust to avoid the possibility of such a discrepancy by avoiding having such settings in multiple scripts.)
@hsutter
Copy link
Owner

hsutter commented Feb 27, 2024

Thanks!

@hsutter hsutter merged commit d59ef7c into hsutter:main Feb 27, 2024
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