File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -99,11 +99,12 @@ jobs:
99
99
docker_image : ${{ matrix.docker_image || 'ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps'}}
100
100
image_options : ${{ matrix.image_options || '' }}
101
101
102
- offload_build :
103
- name : Adapters (Offload)
104
- needs : [detect_changes, source_checks]
105
- if : ${{ always() && !cancelled() && contains(needs.detect_changes.outputs.filters, 'ur_offload_adapter') }}
106
- uses : ./.github/workflows/ur-build-offload.yml
102
+ # TODO: Enable once the apt package at https://apt.llvm.org/noble/pool/main/l/llvm-toolchain-snapshot/ is updated
103
+ # offload_build:
104
+ # name: Adapters (Offload)
105
+ # needs: [detect_changes, source_checks]
106
+ # if: ${{ always() && !cancelled() && contains(needs.detect_changes.outputs.filters, 'ur_offload_adapter') }}
107
+ # uses: ./.github/workflows/ur-build-offload.yml
107
108
108
109
macos :
109
110
name : MacOS build only
You can’t perform that action at this time.
0 commit comments