Skip to content

Commit

Permalink
Vc is not available alongside ROOT in the Acts Docker images.
Browse files Browse the repository at this point in the history
  • Loading branch information
krasznaa committed Oct 28, 2024
1 parent eef895b commit dcd0c1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
platform:
- name: CPU
container: ghcr.io/acts-project/ubuntu2404:56
options: --preset host-fp32
options: --preset host-fp32 -DALGEBRA_PLUGINS_USE_SYSTEM_VC=FALSE
run_tests: true
- name: CPU
container: ghcr.io/acts-project/ubuntu2404:56
options: --preset host-fp64
options: --preset host-fp64 -DALGEBRA_PLUGINS_USE_SYSTEM_VC=FALSE
run_tests: false
- name: CUDA
container: ghcr.io/acts-project/ubuntu2404_cuda:56
Expand Down

0 comments on commit dcd0c1d

Please sign in to comment.