We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1805ad commit 8a664dfCopy full SHA for 8a664df
.github/workflows/builds.yml
@@ -40,16 +40,6 @@ jobs:
40
- Release
41
- Debug
42
include:
43
- - platform:
44
- name: "SYCL"
45
- container: "ghcr.io/acts-project/ubuntu2004_cuda_oneapi:v37"
46
- options: -DTRACCC_BUILD_SYCL=TRUE -DTRACCC_BUILD_CUDA=FALSE -DVECMEM_BUILD_CUDA_LIBRARY=FALSE
47
- build: Release
48
49
50
- container: "ghcr.io/acts-project/ubuntu2004_rocm_oneapi:v37"
51
- options: -DTRACCC_BUILD_SYCL=TRUE -DVECMEM_BUILD_HIP_LIBRARY=FALSE
52
53
- platform:
54
name: "CUDA"
55
container: ghcr.io/acts-project/ubuntu2004_cuda:v30
0 commit comments