From 1319d5fa79fc5eee3be5584534d596fa763e76f0 Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Thu, 10 Aug 2023 15:59:46 -0400 Subject: [PATCH] scream --- .github/workflows/build-boards.yml | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/.github/workflows/build-boards.yml b/.github/workflows/build-boards.yml index 0b06db375..c5a794361 100644 --- a/.github/workflows/build-boards.yml +++ b/.github/workflows/build-boards.yml @@ -12,32 +12,6 @@ on: type: string jobs: - build-rot: - if: ${{ inputs.board-set == 'rot' || inputs.board-set == 'all' }} - name: build-rot - strategy: - matrix: - build: [oxide-rot-1, oxide-rot-1-dev] - include: - - build: oxide-rot-1 - app_name: oxide-rot-1 - app_toml: app/oxide-rot-1/app.toml - target: thumbv8m.main-none-eabihf - image: "a, b" - - build: oxide-rot-1-dev - app_name: oxide-rot-1-dev - app_toml: app/oxide-rot-1/app-dev.toml - target: thumbv8m.main-none-eabihf - image: "a, b" - uses: ./.github/workflows/build-one.yml - with: - build: ${{ matrix.build }} - app_name: ${{ matrix.app_name }} - app_toml: ${{ matrix.app_toml }} - target: ${{ matrix.target }} - image: ${{ matrix.image }} - os: ${{ inputs.os }} - build-gimlet: if: ${{ inputs.board-set == 'gimlet' || inputs.board-set == 'all' }} name: build-gimlet