Prefer clang over gcc on FreeBSD and OpenBSD - #4887
Open
vassilit wants to merge 1 commit into
Open
Conversation
Author
|
Related to #4886 |
vassilit
marked this pull request as draft
July 29, 2026 11:43
Author
|
I think (I have not seen them) that I overlooked side-effects of creating a new platform. There are others |
Author
|
Not too much. |
vassilit
marked this pull request as ready for review
July 29, 2026 12:29
bdbaddog
reviewed
Jul 29, 2026
bdbaddog
reviewed
Jul 29, 2026
Those platforms ships Clang in their base system. Signed-off-by: Vassili Tchersky <vt+git@vbcy.org>
Author
|
One error is: The other one, I'm not sure. I've looked at TestSCons.run, TestCommon.run, TestCmd.run, etc |
Collaborator
|
don't worry about these. the visual studio one is an artifact of the ci image at appveyor. since it frozen, they have to make a new one with the silly license refreshed. we heard they had, but not so in practice. the other is one of a small handful of intermittent fails. not your fault. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Those platforms ships Clang in their base system.
GCC is somehow supported, but lag behind.
For the record, to test on FreeBSD, I had to:
py312-buildandpy312-setuptools,gmakeand change all hard-coded occurences of 'make' to 'gmake' (SCons does not support $MAKE convention).py312-sphinx-book-themeandpy312-pillow(for rst2pdf, required even if the build log showsSKIP_PDF=1).Contributor Checklist:
CHANGES.txtandRELEASE.txt(and read theREADME.rst).