chen3feng / blade-build

Blade is a powerful build system from Tencent, supports many mainstream programming languages, such as C/C++, java, scala, python, protobuf...
Other
2.05k stars 497 forks source link

print error message after "Multiple..." #1000

Closed noanswer closed 1 year ago

noanswer commented 2 years ago

some cuda and gcc error messages are after Multiple....

e.g. gcc: cc1plus: all warnings being treated as errors

cuda: error: identifier "xx" is undefined

noanswer commented 2 years ago

Use ubuntu-20.04 instead of ubuntu-latest, cause latest doesn't support python2 https://github.com/actions/runner-images/issues/6399