nelhage / llama

Apache License 2.0
584 stars 24 forks source link

Install only clang-13 and actually link cc to it #26

Closed nvartolomei closed 3 years ago

nvartolomei commented 3 years ago

Previously both clang-13 and clang-10 were installed and cc/cxx were linked to clang-10

nelhage commented 3 years ago

Bah, looks like CI is broken for external contributors because I assume it's running with credentials. I'll fix that shortly.

Good find, and thanks for the PR!