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

unset CC only for mingw and arm32 #1129

Merged
merged 3 commits into from
Dec 18, 2024
Merged

unset CC only for mingw and arm32 #1129

merged 3 commits into from
Dec 18, 2024

Conversation

nak3
Copy link
Contributor

@nak3 nak3 commented Dec 18, 2024

Since scripts/test always unset "CC", the github action for "clang"
in Linux does not use clang unintentionally.

This patch unset CC only for mingw{32,64} and arm32.

Since `scripts/test` always unset "CC", the github action for "clang"
in Linux does not use clang unintentionally.

This patch unset CC only for mingw{32,64} and arm32.
@nak3
Copy link
Contributor Author

nak3 commented Dec 18, 2024

Since scripts/test always unset "CC", the github action for "clang"
in Linux does not use clang unintentionally.

It can be confirmed via recent build log like:

https://github.com/libressl/portable/actions/runs/12370930068/job/34525970295
-> ubuntu-20.04/native (clang) -> view raw log

2024-12-17T10:28:50.3399846Z checking if compiling with clang... no

@botovq botovq merged commit c8bb011 into libressl:master Dec 18, 2024
48 checks passed
@joshuasing
Copy link
Member

Nice catch, thank you!

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