alpaka-group / llama

A Low-Level Abstraction of Memory Access
https://llama-doc.rtfd.io/
Mozilla Public License 2.0
79 stars 10 forks source link

Fix clang 11-15 CI by removing libstdc++-13 #791

Closed bernhardmgruber closed 10 months ago

bernhardmgruber commented 10 months ago

The clang 11-15 CI jobs got broken because g++-13 was made the default compiler on the Ubuntu images, and older clang versions fail to compile libstdc++-13 in C++20 mode. See issue here: https://github.com/actions/runner-images/issues/8659.

codecov[bot] commented 10 months ago

Codecov Report

Merging #791 (2872a22) into develop (bb9ae93) will not change coverage. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #791 +/- ## ======================================== Coverage 98.79% 98.79% ======================================== Files 75 75 Lines 7310 7310 ======================================== Hits 7222 7222 Misses 88 88 ```