Skip to content

Commit dc1d92f

Browse files
committed
Revert "ci: Disable ARC targets until the latest patches are available"
This reverts commit 3054f92 since the ARC patches for the GNU toolchains have been merged and the toolchains for it can be built now. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent a2807f0 commit dc1d92f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,8 @@ jobs:
181181
182182
if [ "${build_target_all}" == "y" ]; then
183183
build_target_aarch64_zephyr_elf="y"
184-
# FIXME: Re-enable ARC when the patches for the latest toolchains are available
185-
# build_target_arc64_zephyr_elf="y"
186-
# build_target_arc_zephyr_elf="y"
184+
build_target_arc64_zephyr_elf="y"
185+
build_target_arc_zephyr_elf="y"
187186
build_target_arm_zephyr_eabi="y"
188187
build_target_mips_zephyr_elf="y"
189188
build_target_nios2_zephyr_elf="y"

0 commit comments

Comments
 (0)