Hivemapper / hdc_firmware

The firmware that runs the OpenDashcam
https://github.com/hivemapper/odc
Apache License 2.0
0 stars 3 forks source link

Update github workflows for building and uploading HDC Firmware. #254

Closed mazar-farran closed 3 months ago

mazar-farran commented 4 months ago

Ticket: https://github.com/Hivemapper/hdc_firmware/issues/212

compile_hdc workflow compiles the project. deploy_s3 workflow uploads to the cicd folder in the dashcam-firmware bucket. This was intentional to prevent accidentally overwriting an existing release. The user must manually move the new firmware from cicd to the root directory.

Also added "clean" and "super clean" workflows to allow clean installs

Some limitations: Self hosted runner supports only one build at a time as far as I know

mazar-farran commented 3 months ago

Test passed after Alexei moved the ACL release binary to the hivemapper repo