Skip to content

Commit a644265

Browse files
committed
Don't run assembly tests on GNUStep
1 parent ac70160 commit a644265

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,10 @@ jobs:
324324
args: --features ${{ env.FEATURES }},${{ env.UNSTABLE_FEATURES }} ${{ env.TESTARGS }}
325325

326326
- name: Run assembly tests
327+
# Not run on GNUStep yet since a lot of function labels are mangled and
328+
# not inlined (and hence quite hard to match on, at some point we'll
329+
# need to find a solution to that).
330+
if: ${{ !contains(matrix.os, 'ubuntu') }}
327331
shell: bash
328332
run:
329333
export HOST_TARGET=$(rustc -vV | grep host | cut -f2 -d' ')

0 commit comments

Comments
 (0)