Skip to content

Commit 908e7fd

Browse files
committed
Cyprus test fix, removal of TI test
1 parent 3d5f9e3 commit 908e7fd

File tree

3 files changed

+7
-126
lines changed

3 files changed

+7
-126
lines changed

.github/workflows/test-build-psoc6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@ jobs:
106106
107107
- name: Build wolfboot
108108
run: |
109-
make CFLAGS_EXTRA="-DCOMPONENT_MTB -DCOMPONENT_CM0P" ${{inputs.make-args}}
109+
make CFLAGS_EXTRA="-DCOMPONENT_MTB -DCOMPONENT_CM0P -DCY8C624ABZI_D44" ${{inputs.make-args}}
110110

.github/workflows/test-build-ti-hercules.yml

Lines changed: 0 additions & 120 deletions
This file was deleted.

.github/workflows/test-configs.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -498,11 +498,12 @@ jobs:
498498
arch: arm
499499
config-file: ./config/examples/stm32wb.config
500500

501-
ti_tms570lc435_test:
502-
uses: ./.github/workflows/test-build-ti-hercules.yml
503-
with:
504-
arch: arm
505-
config-file: ./config/examples/ti-tms570lc435.config
501+
# TODO: ti-tms570lc435.config requires F021 Flash API (Windows installer only)
502+
# ti_tms570lc435_test:
503+
# uses: ./.github/workflows/test-build-ti-hercules.yml
504+
# with:
505+
# arch: arm
506+
# config-file: ./config/examples/ti-tms570lc435.config
506507

507508
# Cannot run on CI without the SDK (see VORAGO_SDK_DIR)
508509
# vorago_va416x0_test:

0 commit comments

Comments
 (0)