We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Our compiler in build matrix expected to be set here: https://github.com/AngelicosPhosphoros/Cataclysm-BN/blob/f8f730acf8284932a8427f56d8a5ccb146fc1a48/.github/workflows/matrix.yml#L73
But build-scripts/build.sh reads it only if we enabled cmake and doesn't store it anywhere https://github.com/AngelicosPhosphoros/Cataclysm-BN/blob/f8f730acf8284932a8427f56d8a5ccb146fc1a48/build-scripts/build.sh#L41
And our Makefile doesn't even try to look at COMPILER and uses CXX variable. https://github.com/AngelicosPhosphoros/Cataclysm-BN/blob/f8f730acf8284932a8427f56d8a5ccb146fc1a48/Makefile#L256
So I end up wondering why my CI build https://github.com/cataclysmbnteam/Cataclysm-BN/runs/6946108615?check_suite_focus=true uses default g++ instead of clang++-11 which I asked.
Seems that our CI was broken all this time.
Just open any PR.
Our compilation matrix try every compiler from list.
Unrelated.
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
Our compiler in build matrix expected to be set here: https://github.com/AngelicosPhosphoros/Cataclysm-BN/blob/f8f730acf8284932a8427f56d8a5ccb146fc1a48/.github/workflows/matrix.yml#L73
But build-scripts/build.sh reads it only if we enabled cmake and doesn't store it anywhere
https://github.com/AngelicosPhosphoros/Cataclysm-BN/blob/f8f730acf8284932a8427f56d8a5ccb146fc1a48/build-scripts/build.sh#L41
And our Makefile doesn't even try to look at COMPILER and uses CXX variable.
https://github.com/AngelicosPhosphoros/Cataclysm-BN/blob/f8f730acf8284932a8427f56d8a5ccb146fc1a48/Makefile#L256
So I end up wondering why my CI build https://github.com/cataclysmbnteam/Cataclysm-BN/runs/6946108615?check_suite_focus=true uses default g++ instead of clang++-11 which I asked.
Seems that our CI was broken all this time.
Steps To Reproduce
Just open any PR.
Expected behavior
Our compilation matrix try every compiler from list.
Screenshots
Versions and configuration
Unrelated.
Additional context
No response
The text was updated successfully, but these errors were encountered: