@@ -46,47 +46,56 @@ jobs:
46
46
- triple : x86_64-pc-windows-msvc
47
47
caps : X86_64_UNKNOWN_PC_WINDOWS_MSVC
48
48
rustflags : -C target-feature=+sse4.1,+aes
49
- channel : [stable, beta, nightly]
49
+ channel :
50
+ - stable
51
+ - beta
52
+ - nightly
50
53
- name : AES-NI with VAES
51
54
target :
52
55
- triple : x86_64-unknown-linux-gnu
53
56
caps : X86_64_UNKNOWN_LINUX_GNU
54
57
- triple : x86_64-pc-windows-msvc
55
58
caps : X86_64_UNKNOWN_PC_WINDOWS_MSVC
56
59
rustflags : -C target-feature=+vaes
57
- channel : [ nightly]
60
+ channel : nightly
58
61
- name : AES-NI with VAES and AVX-512
59
62
target :
60
63
- triple : x86_64-unknown-linux-gnu
61
64
caps : X86_64_UNKNOWN_LINUX_GNU
62
65
- triple : x86_64-pc-windows-msvc
63
66
caps : X86_64_UNKNOWN_PC_WINDOWS_MSVC
64
67
rustflags : -C target-feature=+vaes,+avx512f
65
- channel : [ nightly]
68
+ channel : nightly
66
69
- name : Neon
67
70
target :
68
71
- triple : aarch64-unknown-linux-gnu
69
72
caps : AARCH64_UNKNOWN_LINUX_GNU
70
73
rustflags : -C target-feature=+aes
71
- channel : [stable, beta, nightly]
74
+ channel :
75
+ - stable
76
+ - beta
77
+ - nightly
72
78
- name : Risc-V RV64
73
79
target :
74
80
- triple : riscv64gc-unknown-linux-gnu
75
81
caps : RISCV64GC_UNKNOWN_LINUX_GNU
76
82
rustflags : -C target-feature=+zkne,+zknd
77
- channel : [ nightly]
83
+ channel : nightly
78
84
- name : Risc-V RV32
79
85
target :
80
86
- triple : riscv32i-unknown-none-elf
81
87
caps : RISCV32I_UNKNOWN_NONE_ELF
82
88
rustflags : -C target-feature=+zkne,+zknd
83
- channel : [ nightly]
89
+ channel : nightly
84
90
- name : Software AES
85
91
target :
86
92
- triple : x86_64-unknown-linux-gnu
87
93
caps : X86_64_UNKNOWN_LINUX_GNU
88
94
rustflags : -C target-feature=
89
- channel : [stable, beta, nightly]
95
+ channel :
96
+ - stable
97
+ - beta
98
+ - nightly
90
99
include :
91
100
- channel : nightly
92
101
features : --features=nightly
@@ -125,4 +134,4 @@ jobs:
125
134
with :
126
135
use-cross : true
127
136
command : test --verbose
128
- args : ${{ format('--target {0} {1}', matrix.impl.target.triple, matrix.features || '') }}
137
+ args : ${{ format('--target {0} {1}', matrix.impl.target.triple, matrix.features || '') }}
0 commit comments