Skip to content

Commit 96c99c6

Browse files
committed
ARCv3: Add new CI target for hs5x
Added a build/test target for ARCv3 HS5x using arc64-elf toolchain.
1 parent 813961b commit 96c99c6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- cpu: hs5x
3131
toolchain: arc32-glibc
3232
defconfig: haps_hs5x_defconfig
33+
- cpu: hs5x-arc64-elf-build
34+
toolchain: arc64-elf
35+
defconfig: haps_hs5x_defconfig
3336
- cpu: hs5x-hw-atomic64
3437
toolchain: arc32-glibc
3538
defconfig: haps_hs5x_defconfig
@@ -170,7 +173,7 @@ jobs:
170173
runs-on: nsim
171174
strategy:
172175
matrix:
173-
targets: [arc700, hs4x, hs4x-pae40, hs5x, hs5x-hw-atomic64, hs6x, hs6x-mmu48-16k, hs6x-mmu48-64k, hs6x-mmu52]
176+
targets: [arc700, hs4x, hs4x-pae40, hs5x, hs5x-arc64-elf-build, hs5x-hw-atomic64, hs6x, hs6x-mmu48-16k, hs6x-mmu48-64k, hs6x-mmu52]
174177
fail-fast: false
175178

176179
steps:

0 commit comments

Comments
 (0)