Skip to content

Commit

Permalink
Revert ".github/workflows/build.yml: temporarily disable EC building"
Browse files Browse the repository at this point in the history
This reverts commit 6c7f0f6.

Signed-off-by: Michał Kopeć <[email protected]>
  • Loading branch information
mkopec committed Dec 3, 2024
1 parent 2742fdd commit 82bf2f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
retention-days: 30
build_novacustom:
runs-on: ubuntu-22.04
needs: build_novacustom_ec
container:
image: coreboot/coreboot-sdk:2023-11-24_2731fa619b
options: --user 1001
Expand All @@ -51,6 +52,10 @@ jobs:
fetch-depth: 0
- name: Checkout all submodules
run: git submodule update --init --recursive --checkout
- name: Obtain EC
uses: actions/download-artifact@v4
with:
name: "dasharo-${{ matrix.vendor }}-${{ matrix.model }}-ec"
- name: Obtain blobs
uses: actions/checkout@v4
with:
Expand All @@ -60,6 +65,7 @@ jobs:
token: ${{ secrets.NCM_BLOBS_TOKEN }}
- name: Build Dasharo
run: |
mv ${{ matrix.vendor }}_${{ matrix.model }}_ec.rom ec.rom
cp configs/config.${{ matrix.vendor }}_${{ matrix.model }} .config
make olddefconfig
make
Expand Down

0 comments on commit 82bf2f8

Please sign in to comment.