Skip to content

Commit c7ac427

Browse files
committed
Add Ubuntu 22.04 clang CI job
This PR adds a CI job for the Ubuntu 22.04 platform with the clang compiler. This configuration has proven to be a headache in ACTS in acts-project/acts#4068 and acts-project/acts#4125, so it would be nice to protect against errors in the detray CI.
1 parent ba458e5 commit c7ac427

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/builds.yml

+4
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959
CXX_STANDARD: "20"
6060
CONTAINER: "ghcr.io/acts-project/ubuntu2404:56"
6161
OPTIONS: -DDETRAY_EIGEN_PLUGIN=ON -DDETRAY_SMATRIX_PLUGIN=ON -DDETRAY_VC_AOS_PLUGIN=ON -DDETRAY_VC_SOA_PLUGIN=ON
62+
- NAME: "HOST"
63+
CXX_STANDARD: "20"
64+
CONTAINER: "ghcr.io/acts-project/ubuntu2204:71"
65+
OPTIONS: -DCMAKE_CXX_COMPILER=clang++
6266

6367
# The system to run on.
6468
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)