Skip to content

Commit 3ba2055

Browse files
committed
ci: pass ARCH_EXT=v for gitlab ci testing
Signed-off-by: Huaqi Fang <[email protected]>
1 parent e00d7c9 commit 3ba2055

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ build_ux900fd_flash:
401401
variables:
402402
SOC: "evalsoc"
403403
CORE: "ux900fd"
404-
ARCH_EXT: ""
404+
ARCH_EXT: "v"
405405
BOOT_MODE: "flash"
406406
parallel:
407407
matrix:
@@ -416,7 +416,7 @@ build_ux900fd_sd:
416416
variables:
417417
SOC: "evalsoc"
418418
CORE: "ux900fd"
419-
ARCH_EXT: ""
419+
ARCH_EXT: "v"
420420
BOOT_MODE: "sd"
421421
parallel:
422422
matrix:
@@ -431,7 +431,7 @@ build_ux900fd_sd_manual:
431431
variables:
432432
SOC: "evalsoc"
433433
CORE: "ux900fd"
434-
ARCH_EXT: ""
434+
ARCH_EXT: "v"
435435
BOOT_MODE: "sd"
436436
<<: *build_linux_sdk_manual_job_def
437437

@@ -443,7 +443,7 @@ build_ux900fd_flash_manual:
443443
variables:
444444
SOC: "evalsoc"
445445
CORE: "ux900fd"
446-
ARCH_EXT: ""
446+
ARCH_EXT: "v"
447447
BOOT_MODE: "flash"
448448
<<: *build_linux_sdk_manual_job_def
449449

@@ -486,6 +486,7 @@ run_ux900fd_flash_qemu:
486486
variables:
487487
CORE: "ux900fd"
488488
BOOT_MODE: "flash"
489+
ARCH_EXT: "v"
489490
<<: *run_linux_sdk_qemu_job_def
490491

491492
## Job for run qemu
@@ -500,6 +501,7 @@ run_ux900fd_sd_qemu:
500501
variables:
501502
CORE: "ux900fd"
502503
BOOT_MODE: "sd"
504+
ARCH_EXT: "v"
503505
<<: *run_linux_sdk_qemu_job_def
504506

505507
# Build and run for rv32 core

0 commit comments

Comments
 (0)