We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a0c0b commit a6d0295Copy full SHA for a6d0295
.github/workflows/test-sunnyday-simulator.yml
@@ -97,13 +97,19 @@ jobs:
97
- name: Build wolfboot.elf (dualbank simulator)
98
run: |
99
make clean
100
+ mv .config .config.orig
101
cp config/examples/sim-dualbank.config .config
102
make test-sim-internal-flash-with-update
103
104
- name: Run dualbank swap simulation
105
106
tools/scripts/sim-dualbank-swap-update.sh
-
107
+
108
+ - name: Cleanup before WOLFBOOT_SMALL_STACK test
109
+ run: |
110
+ make keysclean
111
+ mv .config.orig .config
112
113
- name: Build wolfboot.elf (ECC256, WOLFBOOT_SMALL_STACK)
114
115
make clean && make test-sim-internal-flash-with-update SIGN=ECC256 WOLFBOOT_SMALL_STACK=1 SPMATH=1
0 commit comments