@@ -152,9 +152,9 @@ jobs:
152152 # build llvm. Otherwise we choose ubuntu-22.04 (use a container for both for consistency).
153153 runs-on : ${{ contains(matrix.target, 'host_aarch64') && 'ubuntu-22.04-arm' || (contains(matrix.target, 'host_riscv64') && 'ubuntu-24.04' || 'ubuntu-22.04') }}
154154 container :
155- image : ${{ contains(matrix.target, 'host_riscv') && 'ghcr.io/uxlfoundation /ock_ubuntu_24.04-x86-64:latest'
156- || ( contains(matrix.target, 'host_aarch64') && 'ghcr.io/uxlfoundation /ock_ubuntu_22.04-aarch64:latest'
157- || 'ghcr.io/uxlfoundation /ock_ubuntu_22.04-x86-64:latest' ) }}
155+ image : ${{ contains(matrix.target, 'host_riscv') && 'ghcr.io/coldav /ock_ubuntu_24.04-x86-64:latest'
156+ || ( contains(matrix.target, 'host_aarch64') && 'ghcr.io/coldav /ock_ubuntu_22.04-aarch64:latest'
157+ || 'ghcr.io/coldav /ock_ubuntu_22.04-x86-64:latest' ) }}
158158 volumes :
159159 - ${{github.workspace}}:${{github.workspace}}
160160 if : inputs.ock && contains(inputs.target_list, 'linux')
@@ -184,9 +184,9 @@ jobs:
184184
185185 runs-on : ${{ contains(matrix.target, 'host_aarch64') && 'ubuntu-22.04-arm' || (contains(matrix.target, 'host_riscv64') && 'ubuntu-24.04' || 'ubuntu-22.04') }}
186186 container :
187- image : ${{ contains(matrix.target, 'host_riscv') && 'ghcr.io/uxlfoundation /ock_ubuntu_24.04-x86-64:latest'
188- || ( contains(matrix.target, 'host_aarch64') && 'ghcr.io/uxlfoundation /ock_ubuntu_22.04-aarch64:latest'
189- || 'ghcr.io/uxlfoundation /ock_ubuntu_22.04-x86-64:latest' ) }}
187+ image : ${{ contains(matrix.target, 'host_riscv') && 'ghcr.io/coldav /ock_ubuntu_24.04-x86-64:latest'
188+ || ( contains(matrix.target, 'host_aarch64') && 'ghcr.io/coldav /ock_ubuntu_22.04-aarch64:latest'
189+ || 'ghcr.io/coldav /ock_ubuntu_22.04-x86-64:latest' ) }}
190190 volumes :
191191 - ${{github.workspace}}:${{github.workspace}}
192192 steps :
@@ -241,9 +241,9 @@ jobs:
241241
242242 runs-on : ${{ contains(matrix.target, 'host_aarch64') && 'ubuntu-22.04-arm' || (contains(matrix.target, 'host_riscv64') && 'cp-ubuntu-24.04' || 'ubuntu-22.04') }}
243243 container :
244- image : ${{ contains(matrix.target, 'host_riscv') && 'ghcr.io/uxlfoundation /ock_ubuntu_24.04-x86-64:latest'
245- || ( contains(matrix.target, 'host_aarch64') && 'ghcr.io/uxlfoundation /ock_ubuntu_22.04-aarch64:latest'
246- || 'ghcr.io/uxlfoundation /ock_ubuntu_22.04-x86-64:latest' ) }}
244+ image : ${{ contains(matrix.target, 'host_riscv') && 'ghcr.io/coldav /ock_ubuntu_24.04-x86-64:latest'
245+ || ( contains(matrix.target, 'host_aarch64') && 'ghcr.io/coldav /ock_ubuntu_22.04-aarch64:latest'
246+ || 'ghcr.io/coldav /ock_ubuntu_22.04-x86-64:latest' ) }}
247247 volumes :
248248 - ${{github.workspace}}:${{github.workspace}}
249249 steps :
@@ -273,7 +273,7 @@ jobs:
273273 needs : [workflow_vars]
274274 runs-on : ' ubuntu-22.04'
275275 container :
276- image : ' ghcr.io/uxlfoundation /ock_ubuntu_22.04-x86-64:latest'
276+ image : ' ghcr.io/coldav /ock_ubuntu_22.04-x86-64:latest'
277277 volumes :
278278 - ${{github.workspace}}:${{github.workspace}}
279279
@@ -296,7 +296,7 @@ jobs:
296296 needs : [workflow_vars]
297297 runs-on : ' ubuntu-22.04-arm'
298298 container :
299- image : ' ghcr.io/uxlfoundation /ock_ubuntu_22.04-aarch64:latest'
299+ image : ' ghcr.io/coldav /ock_ubuntu_22.04-aarch64:latest'
300300 volumes :
301301 - ${{github.workspace}}:${{github.workspace}}
302302
@@ -325,7 +325,7 @@ jobs:
325325
326326 runs-on : ubuntu-24.04
327327 container :
328- image : ' ghcr.io/uxlfoundation /ock_ubuntu_24.04-x86-64:latest'
328+ image : ' ghcr.io/coldav /ock_ubuntu_24.04-x86-64:latest'
329329 volumes :
330330 - ${{github.workspace}}:${{github.workspace}}
331331
@@ -352,7 +352,7 @@ jobs:
352352 subset : [ 'A', 'B', 'C' ]
353353 runs-on : ' ubuntu-24.04'
354354 container :
355- image : ' ghcr.io/uxlfoundation /ock_ubuntu_22.04-x86-64:latest'
355+ image : ' ghcr.io/coldav /ock_ubuntu_22.04-x86-64:latest'
356356 volumes :
357357 - ${{github.workspace}}:${{github.workspace}}
358358
@@ -397,7 +397,7 @@ jobs:
397397 subset : [ 'A', 'B', 'C' ]
398398 runs-on : ' ubuntu-24.04'
399399 container :
400- image : ' ghcr.io/uxlfoundation /ock_ubuntu_22.04-x86-64:latest'
400+ image : ' ghcr.io/coldav /ock_ubuntu_22.04-x86-64:latest'
401401 volumes :
402402 - ${{github.workspace}}:${{github.workspace}}
403403
@@ -442,7 +442,7 @@ jobs:
442442 subset : [ 'A', 'B', 'C' ]
443443 runs-on : ' ubuntu-22.04-arm'
444444 container :
445- image : ' ghcr.io/uxlfoundation /ock_ubuntu_22.04-aarch64:latest'
445+ image : ' ghcr.io/coldav /ock_ubuntu_22.04-aarch64:latest'
446446 volumes :
447447 - ${{github.workspace}}:${{github.workspace}}
448448
@@ -487,7 +487,7 @@ jobs:
487487 subset : [ 'A', 'B', 'C' ]
488488 runs-on : ' ubuntu-22.04-arm'
489489 container :
490- image : ' ghcr.io/uxlfoundation /ock_ubuntu_22.04-aarch64:latest'
490+ image : ' ghcr.io/coldav /ock_ubuntu_22.04-aarch64:latest'
491491 volumes :
492492 - ${{github.workspace}}:${{github.workspace}}
493493
@@ -532,7 +532,7 @@ jobs:
532532 subset : [ 'A', 'B', 'C' ]
533533 runs-on : ' ubuntu-24.04'
534534 container :
535- image : ' ghcr.io/uxlfoundation /ock_ubuntu_24.04-x86-64:latest'
535+ image : ' ghcr.io/coldav /ock_ubuntu_24.04-x86-64:latest'
536536 volumes :
537537 - ${{github.workspace}}:${{github.workspace}}
538538
@@ -577,7 +577,7 @@ jobs:
577577 subset : [ 'A', 'B', 'C' ]
578578 runs-on : ' ubuntu-24.04'
579579 container :
580- image : ' ghcr.io/uxlfoundation /ock_ubuntu_24.04-x86-64:latest'
580+ image : ' ghcr.io/coldav /ock_ubuntu_24.04-x86-64:latest'
581581 volumes :
582582 - ${{github.workspace}}:${{github.workspace}}
583583
@@ -618,7 +618,7 @@ jobs:
618618 needs : [workflow_vars, create_ock_artefacts_ubuntu, build_dpcpp_native_x86_64, build_sycl_cts_x86_64_opencl_combine]
619619 runs-on : ' ubuntu-22.04'
620620 container :
621- image : ' ghcr.io/uxlfoundation /ock_ubuntu_22.04-x86-64:latest'
621+ image : ' ghcr.io/coldav /ock_ubuntu_22.04-x86-64:latest'
622622 volumes :
623623 - ${{github.workspace}}:${{github.workspace}}
624624
@@ -637,7 +637,7 @@ jobs:
637637 needs : [workflow_vars, build_dpcpp_native_x86_64, build_sycl_cts_x86_64_native_cpu_combine]
638638 runs-on : ' ubuntu-22.04'
639639 container :
640- image : ' ghcr.io/uxlfoundation /ock_ubuntu_22.04-x86-64:latest'
640+ image : ' ghcr.io/coldav /ock_ubuntu_22.04-x86-64:latest'
641641 volumes :
642642 - ${{github.workspace}}:${{github.workspace}}
643643
@@ -656,7 +656,7 @@ jobs:
656656 needs : [workflow_vars, create_ock_artefacts_ubuntu, build_dpcpp_native_aarch64, build_sycl_cts_aarch64_opencl_combine]
657657 runs-on : ' ubuntu-22.04-arm'
658658 container :
659- image : ' ghcr.io/uxlfoundation /ock_ubuntu_22.04-aarch64:latest'
659+ image : ' ghcr.io/coldav /ock_ubuntu_22.04-aarch64:latest'
660660 volumes :
661661 - ${{github.workspace}}:${{github.workspace}}
662662
@@ -675,7 +675,7 @@ jobs:
675675 needs : [workflow_vars, build_dpcpp_native_aarch64, build_sycl_cts_aarch64_native_cpu_combine]
676676 runs-on : ' ubuntu-22.04-arm'
677677 container :
678- image : ' ghcr.io/uxlfoundation /ock_ubuntu_22.04-aarch64:latest'
678+ image : ' ghcr.io/coldav /ock_ubuntu_22.04-aarch64:latest'
679679 volumes :
680680 - ${{github.workspace}}:${{github.workspace}}
681681
@@ -694,7 +694,7 @@ jobs:
694694 needs : [workflow_vars, create_ock_artefacts_ubuntu, build_dpcpp_native_x86_64, build_dpcpp_riscv64, build_sycl_cts_riscv64_opencl_combine]
695695 runs-on : ' cp-ubuntu-24.04' # note: the job will time-out (>6 hrs) if default github runners are used
696696 container :
697- image : ' ghcr.io/uxlfoundation /ock_ubuntu_24.04-x86-64:latest'
697+ image : ' ghcr.io/coldav /ock_ubuntu_24.04-x86-64:latest'
698698 volumes :
699699 - ${{github.workspace}}:${{github.workspace}}
700700
@@ -713,7 +713,7 @@ jobs:
713713 needs : [workflow_vars, build_dpcpp_native_x86_64, build_dpcpp_riscv64, build_sycl_cts_riscv64_native_cpu_combine]
714714 runs-on : ' ubuntu-24.04'
715715 container :
716- image : ' ghcr.io/uxlfoundation /ock_ubuntu_24.04-x86-64:latest'
716+ image : ' ghcr.io/coldav /ock_ubuntu_24.04-x86-64:latest'
717717 volumes :
718718 - ${{github.workspace}}:${{github.workspace}}
719719
@@ -732,7 +732,7 @@ jobs:
732732 needs : [workflow_vars, build_dpcpp_native_x86_64]
733733 runs-on : ' ubuntu-22.04'
734734 container :
735- image : ' ghcr.io/uxlfoundation /ock_ubuntu_22.04-x86-64:latest'
735+ image : ' ghcr.io/coldav /ock_ubuntu_22.04-x86-64:latest'
736736 volumes :
737737 - ${{github.workspace}}:${{github.workspace}}
738738
@@ -750,7 +750,7 @@ jobs:
750750 needs : [workflow_vars, build_dpcpp_native_x86_64]
751751 runs-on : ' ubuntu-22.04'
752752 container :
753- image : ' ghcr.io/uxlfoundation /ock_ubuntu_22.04-x86-64:latest'
753+ image : ' ghcr.io/coldav /ock_ubuntu_22.04-x86-64:latest'
754754 volumes :
755755 - ${{github.workspace}}:${{github.workspace}}
756756
0 commit comments