File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -78,13 +78,13 @@ test_build_qemu_psram:
7878 after_script :
7979 - mv build build_display_qemu_psram
8080
81- test_build_qemu_psram_amalgamated :
81+ test_build_qemu_psram_unamalgamated :
8282 extends : .test_build_template
8383 before_script :
8484 - cp configs/sdkconfig_qemu_psram.defaults sdkconfig.defaults
85- - echo "CONFIG_AMALGAMATED_BUILD=y " >>sdkconfig.defaults
85+ - echo "CONFIG_AMALGAMATED_BUILD=n " >>sdkconfig.defaults
8686 after_script :
87- - mv build build_display_qemu_psram_amalgamated
87+ - mv build build_display_qemu_psram_unamalgamated
8888
8989prod_build_jade :
9090 before_script :
@@ -397,14 +397,14 @@ test_flash_qemu_psram:
397397 - ./main/qemu/make-flash-img.sh
398398 - ./main/qemu/qemu_ci_flash.sh
399399
400- test_flash_qemu_psram_amalgamated :
400+ test_flash_qemu_psram_unamalgamated :
401401 stage : deploy
402402 tags :
403403 - ga
404404 needs :
405- - test_build_qemu_psram_amalgamated
405+ - test_build_qemu_psram_unamalgamated
406406 before_script :
407- - mv build_display_qemu_psram_amalgamated build
407+ - mv build_display_qemu_psram_unamalgamated build
408408 script :
409409 - ./main/qemu/make-flash-img.sh
410410 - ./main/qemu/qemu_ci_flash.sh
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ menu "Blockstream Jade"
2222
2323 config AMALGAMATED_BUILD
2424 bool "Amalgamated build"
25- default n
25+ default y
2626 help
2727 Enable amagamated build, compiling all files as a single translation unit. Should create a smaller/faster binary.
2828
You can’t perform that action at this time.
0 commit comments