only:we do not have default bundle for a while now
This commit is contained in:
parent
48f18f9d16
commit
02fc77474c
|
@ -16,7 +16,6 @@ jobs:
|
||||||
runs-on: hw-ci-f4-discovery
|
runs-on: hw-ci-f4-discovery
|
||||||
test-suite: com.rusefi.HwCiF4Discovery
|
test-suite: com.rusefi.HwCiF4Discovery
|
||||||
folder: config/boards/f407-discovery
|
folder: config/boards/f407-discovery
|
||||||
config-name: all
|
|
||||||
openocd-script: ../.github/workflows/openocd_ci_f4_discovery.cfg
|
openocd-script: ../.github/workflows/openocd_ci_f4_discovery.cfg
|
||||||
serial-device: /dev/serial/by-id/usb-rusEFI_LLC_rusEFI_Engine_Management_ECU_2B003B000A51343033393930-if01
|
serial-device: /dev/serial/by-id/usb-rusEFI_LLC_rusEFI_Engine_Management_ECU_2B003B000A51343033393930-if01
|
||||||
|
|
||||||
|
@ -25,7 +24,6 @@ jobs:
|
||||||
runs-on: hw-ci-proteus
|
runs-on: hw-ci-proteus
|
||||||
test-suite: com.rusefi.HwCiF4Proteus
|
test-suite: com.rusefi.HwCiF4Proteus
|
||||||
folder: config/boards/proteus
|
folder: config/boards/proteus
|
||||||
config-name: proteus_f4
|
|
||||||
openocd-script: ../.github/workflows/openocd_ci_proteus.cfg
|
openocd-script: ../.github/workflows/openocd_ci_proteus.cfg
|
||||||
serial-device: /dev/serial/by-id/usb-rusEFI_LLC_rusEFI_Engine_Management_ECU_41003D000451383037343335-if01
|
serial-device: /dev/serial/by-id/usb-rusEFI_LLC_rusEFI_Engine_Management_ECU_41003D000451383037343335-if01
|
||||||
|
|
||||||
|
@ -58,7 +56,7 @@ jobs:
|
||||||
|
|
||||||
- name: Generate Board config
|
- name: Generate Board config
|
||||||
working-directory: ./firmware/
|
working-directory: ./firmware/
|
||||||
run: bash gen_config_board.sh ${{matrix.folder}} ${{matrix.config-name}}
|
run: bash gen_config_board.sh ${{matrix.folder}} ${{matrix.build-target}}
|
||||||
|
|
||||||
- name: Acquire GCC
|
- name: Acquire GCC
|
||||||
working-directory: ./firmware/
|
working-directory: ./firmware/
|
||||||
|
|
|
@ -72,18 +72,4 @@ for BOARD in \
|
||||||
[ $? -eq 0 ] || { echo "ERROR generating board $BOARD_NAME $BOARD_SHORT_NAME $INI"; exit 1; }
|
[ $? -eq 0 ] || { echo "ERROR generating board $BOARD_NAME $BOARD_SHORT_NAME $INI"; exit 1; }
|
||||||
done
|
done
|
||||||
|
|
||||||
#
|
|
||||||
# TODO: it's time to kill the 'default' bundle concept and just live happily with explicit f407-discovery
|
|
||||||
#
|
|
||||||
# problem statement: it's desired that plain 'make' invocation compiles discovery binary
|
|
||||||
# reality: while we have per-target signature*.h and rusefi*.ini we do not have matching per-target 'engine_configuration_generated_structures.h'
|
|
||||||
# so for plain 'make' to produce f4 discovery we rely of file system engine_configuration_generated_structures.h being f4 discovery version
|
|
||||||
#
|
|
||||||
#
|
|
||||||
# default config should be generated after normal custom boards so that it would be default
|
|
||||||
# firmware/controllers/generated/rusefi_generated.h file which would be pushed into VCS
|
|
||||||
#./gen_config_default.sh
|
|
||||||
#[ $? -eq 0 ] || { echo "ERROR generating default"; exit 1; }
|
|
||||||
|
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in New Issue