Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: disable failing spack-psc-cuda-rmm
I don't really understand why it's failing, and so I'm just disabling it. But for future reference, it looks a bit like a problem I hit with gene and gtensor, in which case GTENSOR_DEVICE was used to check whether we're building with CUDA support, and if so, the CUDA language was enabled -- but GTENSOR_DEVICE unless set by the user will only be set by find_package(gtensor), which happened afterwards, so CUDA wasn't selected as language causing the error "No known features for CUDA compiler"
- Loading branch information