You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #73: ci: Use correct variable to designate C++ compiler
e051a7d ci: Install wine32 package for Windows tests (Hennadii Stepanov)
2d2c695 build: Drop unused `CC` variable (Hennadii Stepanov)
1810fcb ci: Use correct variable to designate C++ compiler (Hennadii Stepanov)
Pull request description:
Setting the `CC` variable does not affect the choice of a C++ compiler. `CXX` does.
On the master branch (c36f1f0), CI tasks, which are supposed to compile using a non-default compiler (e.g., clang), actually are configured to use the default compiler. For example, https://api.cirrus-ci.com/v1/task/5042259930906624/logs/test.log:
```
+ clang -v
Debian clang version 11.0.1-2
Target: x86_64-pc-linux-gnu
...
Build Options:
with benchmarks = yes
with tests = yes
enable clmul fields = yes
CXX = g++ -std=c++11
...
```
ACKs for top commit:
sipa:
utACK e051a7d
Tree-SHA512: 618c4071c105791437312283f7f06a4e4bec7029cae6b2cf385e7fe94a8e3c12441534be9f7ba22d1608b435efec4455c01e966981870541876ca94c7110f099
0 commit comments