Skip to content

Commit e28ef98

Browse files
committedJan 13, 2025·
[ci] Disable clang arm when cross-compiling
It leads to qemu errors while gcc compiles just fine
1 parent d891f62 commit e28ef98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/cross.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- { platform: 'aarch64', arch: 'armv8-a', dir: 'aarch64-linux-gnu', flags: '', full: 'ON' }
1616
sys:
1717
- { compiler: 'gcc', version: '9' }
18-
- { compiler: 'clang', version: 'latest' }
18+
# - { compiler: 'clang', version: '17' }
1919
steps:
2020
- name: Setup compiler
2121
if: ${{ matrix.sys.compiler == 'clang' }}

0 commit comments

Comments
 (0)
Please sign in to comment.