File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ matrix:
37
37
env : TARGET=aarch64-linux-android STDSIMD_DISABLE_ASSERT_INSTR=1
38
38
- name : " powerpc-unknown-linux-gnu - no assert_instr"
39
39
env : TARGET=powerpc-unknown-linux-gnu STDSIMD_DISABLE_ASSERT_INSTR=1
40
- - name : " powerpc64-unknown-linux-gnu - no assert_instr, no simd_test "
41
- env : TARGET=powerpc64-unknown-linux-gnu STDSIMD_DISABLE_ASSERT_INSTR=1 STDSIMD_TEST_NORUN=1
42
- - name : " powerpc64le-unknown-linux-gnu - no assert_instr, no simd_test "
43
- env : TARGET=powerpc64le-unknown-linux-gnu STDSIMD_DISABLE_ASSERT_INSTR=1 STDSIMD_TEST_NORUN=1
44
- - name : " s390x-unknown-linux-gnu - build-only "
45
- env : TARGET=s390x-unknown-linux-gnu NORUN=1
40
+ - name : " powerpc64-unknown-linux-gnu - no assert_instr"
41
+ env : TARGET=powerpc64-unknown-linux-gnu STDSIMD_DISABLE_ASSERT_INSTR=1
42
+ - name : " powerpc64le-unknown-linux-gnu - no assert_instr"
43
+ env : TARGET=powerpc64le-unknown-linux-gnu STDSIMD_DISABLE_ASSERT_INSTR=1
44
+ - name : " s390x-unknown-linux-gnu"
45
+ env : TARGET=s390x-unknown-linux-gnu
46
46
- name : " i686-apple-darwin"
47
47
env : TARGET=i686-apple-darwin NO_DOCKER=1
48
48
os : osx
You can’t perform that action at this time.
0 commit comments