Skip to content

Commit b152811

Browse files
authored
[SYCL] Disable check_abi_symbols in nightly (#20700)
The job is failing as *-sycl-rel-6_3.dump were deleted https://github.com/intel/llvm/actions/runs/19524461612
1 parent 635e6fa commit b152811

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sycl-nightly.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
check_abi_symbols:
1212
name: Check ABI symbols tests match release branch
1313
runs-on: [Linux, build]
14-
if: github.repository == 'intel/llvm'
14+
# We're in the ABI breaking window now, disabling until the next major
15+
# release.
16+
if: github.repository == 'intel/llvm' && false
1517
container: ghcr.io/intel/llvm/ubuntu2404_build
1618
steps:
1719
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)