We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac70160 commit a644265Copy full SHA for a644265
.github/workflows/ci.yml
@@ -324,6 +324,10 @@ jobs:
324
args: --features ${{ env.FEATURES }},${{ env.UNSTABLE_FEATURES }} ${{ env.TESTARGS }}
325
326
- 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') }}
331
shell: bash
332
run:
333
export HOST_TARGET=$(rustc -vV | grep host | cut -f2 -d' ')
0 commit comments