Skip to content

Commit d6e6df6

Browse files
committed
Revert "chore(ci): temporarily disable soft-float targets in report-size"
This reverts commit 171289c. It seems these targets are not affected by [rust-lang/rust#96486][1] anymore. [1]: rust-lang/rust#96486
1 parent 9b0e4f1 commit d6e6df6

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/report-size.yml

+5-7
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,21 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
include:
16-
# TODO: Re-enable the disabled targets after rust-lang/rust#96486
17-
# is fixed
1816
# MPS2+ AN505, Armv7-M + FPU + DSP
1917
- { ty: arm, runner_target: qemu_mps2_an505, runner_args: --arch cortex_m4f }
2018
# MPS2+ AN385, Armv7-M
21-
# - { ty: arm, runner_target: qemu_mps2_an385, runner_args: "" }
19+
- { ty: arm, runner_target: qemu_mps2_an385, runner_args: "" }
2220
# MPS2+ AN385, Armv6-M
23-
# - { ty: arm, runner_target: qemu_mps2_an385, runner_args: --arch cortex_m0 }
21+
- { ty: arm, runner_target: qemu_mps2_an385, runner_args: --arch cortex_m0 }
2422

2523
# SiFive U, RV64GC
2624
- { ty: riscv, runner_target: qemu_sifive_u_rv64, runner_args: "" }
2725
# SiFive U, RV64IMAC
28-
# - { ty: riscv, runner_target: qemu_sifive_u_rv64, runner_args: --arch rv64i+m+a+c }
26+
- { ty: riscv, runner_target: qemu_sifive_u_rv64, runner_args: --arch rv64i+m+a+c }
2927
# SiFive U, RV64IMA
30-
# - { ty: riscv, runner_target: qemu_sifive_u_rv64, runner_args: --arch rv64i+m+a }
28+
- { ty: riscv, runner_target: qemu_sifive_u_rv64, runner_args: --arch rv64i+m+a }
3129
# SiFive E, RV32IMAC
32-
# - { ty: riscv, runner_target: qemu_sifive_e_rv32, runner_args: "" }
30+
- { ty: riscv, runner_target: qemu_sifive_e_rv32, runner_args: "" }
3331
steps:
3432
- name: Checkout
3533
uses: actions/checkout@v2

0 commit comments

Comments
 (0)