Skip to content

Commit 822e1ed

Browse files
authored
[CI] Disable liboffload job (#19445)
The packages it requires haven't been updated since the 3rd of July (as of this commit), so disable for now.
1 parent f2caff9 commit 822e1ed

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/ur-precommit.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,12 @@ jobs:
9999
docker_image: ${{ matrix.docker_image || 'ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps'}}
100100
image_options: ${{ matrix.image_options || '' }}
101101

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
107108

108109
macos:
109110
name: MacOS build only

0 commit comments

Comments
 (0)