File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 6464 - name : Install cross
6565 uses : taiki-e/install-action@cross
6666 if : matrix.target != ''
67+ # TODO: remove dependency on once_cell or bump MSRV
68+ - name : Downgrade dependencies on MSRV
69+ run : |
70+ cargo update -p once_cell --precise 1.14.0
71+ if : matrix.rust == '1.38'
6772 - name : Test
6873 run : ./ci/test.sh
6974
8590 toolchain : ${{ matrix.rust }}
8691 - name : Install cargo-hack
8792 uses : taiki-e/install-action@cargo-hack
93+ # TODO: remove dependency on once_cell or bump MSRV
94+ - name : Downgrade dependencies on MSRV
95+ run : |
96+ cargo update -p once_cell --precise 1.14.0
97+ if : matrix.rust == '1.38'
8898 - name : Check features
8999 run : ./ci/check-features.sh
90100
Original file line number Diff line number Diff line change 33
44const NO_ATOMIC_CAS : & [ & str ] = & [
55 "armv4t-none-eabi" ,
6+ "armv5te-none-eabi" ,
67 "avr-unknown-gnu-atmega328" ,
78 "bpfeb-unknown-none" ,
89 "bpfel-unknown-none" ,
@@ -11,6 +12,7 @@ const NO_ATOMIC_CAS: &[&str] = &[
1112 "riscv32im-unknown-none-elf" ,
1213 "riscv32imc-unknown-none-elf" ,
1314 "thumbv4t-none-eabi" ,
15+ "thumbv5te-none-eabi" ,
1416 "thumbv6m-none-eabi" ,
1517] ;
1618
@@ -21,6 +23,7 @@ const NO_ATOMIC_64: &[&str] = &[
2123 "armebv7r-none-eabihf" ,
2224 "armv4t-none-eabi" ,
2325 "armv4t-unknown-linux-gnueabi" ,
26+ "armv5te-none-eabi" ,
2427 "armv5te-unknown-linux-gnueabi" ,
2528 "armv5te-unknown-linux-musleabi" ,
2629 "armv5te-unknown-linux-uclibceabi" ,
@@ -57,6 +60,7 @@ const NO_ATOMIC_64: &[&str] = &[
5760 "riscv32imac-unknown-xous-elf" ,
5861 "riscv32imc-unknown-none-elf" ,
5962 "thumbv4t-none-eabi" ,
63+ "thumbv5te-none-eabi" ,
6064 "thumbv6m-none-eabi" ,
6165 "thumbv7em-none-eabi" ,
6266 "thumbv7em-none-eabihf" ,
You can’t perform that action at this time.
0 commit comments