From efb32c961215164d2de5dc9e9d983db5d7a74a45 Mon Sep 17 00:00:00 2001 From: Laury Date: Tue, 3 May 2022 18:23:40 +0200 Subject: [PATCH] [bootloader] Fix "make binpack" in the CI --- .github/workflows/ci-workflow.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 2401a47f7..5c28cd7c9 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -132,7 +132,8 @@ jobs: - run: make -j2 epsilon.onboarding.beta.dfu - run: make -j2 flasher.light.dfu - run: make -j2 flasher.verbose.dfu - - run: make -j2 bench.ram.dfu + # We don't need bench as it is used only in factory + # - run: make -j2 bench.ram.dfu # - run: make -j2 bench.flash.dfu - run: make -j2 binpack - run: cp output/release/device/n0110/binpack-n0110-`git rev-parse HEAD | head -c 7`.tgz output/release/device/n0110/binpack-n0110.tgz @@ -168,7 +169,7 @@ jobs: - run: make MODEL=bootloader -j2 epsilon.onboarding.update.B.dfu - run: make MODEL=bootloader -j2 epsilon.onboarding.beta.A.dfu - run: make MODEL=bootloader -j2 epsilon.onboarding.beta.B.dfu - - run: make -j2 binpack + - run: make MODEL=bootloader -j2 binpack - run: cp output/release/device/bootloader/binpack-bootloader-`git rev-parse HEAD | head -c 7`.tgz output/release/device/bootloader/binpack-bootloader.tgz - uses: actions/upload-artifact@master with: