From abdb7c6c564fa61103bd7a79f073c67b0030bebc Mon Sep 17 00:00:00 2001 From: quapka Date: Sat, 21 Jun 2025 12:47:17 +0200 Subject: Build also all applets as part of the matrix strategy --- .github/workflows/nix.yml | 22 +--------------------- flake.nix | 2 +- 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 405f619..9c3ff62 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -87,7 +87,7 @@ jobs: strategy: matrix: - sdk: [ "222", "305", "320" ] + sdk: [ "222", "305", "320", "All" ] fail-fast: false name: Build applet ${{ matrix.sdk }} @@ -109,23 +109,3 @@ jobs: - name: Build applet run: | nix build ".?submodules=1#applet${{ matrix.sdk }}" - - name: Build all applets at once - steps: - - uses: actions/checkout@v4 - with: - submodules: recursive - fetch-tags: true - fetch-depth: -1 - - - uses: DeterminateSystems/nix-installer-action@v13 - with: - diagnostic-endpoint: "" - - - uses: DeterminateSystems/magic-nix-cache-action@v7 - with: - diagnostic-endpoint: "" - - - name: Build all applets - run: | - nix build ".?submodules=1#applets" diff --git a/flake.nix b/flake.nix index 9ede30e..e476541 100644 --- a/flake.nix +++ b/flake.nix @@ -833,7 +833,7 @@ reader = buildReader {}; common = buildCommon {}; - applets = pkgs.buildEnv { + appletAll = pkgs.buildEnv { name = "applets"; paths = [ applet222 -- cgit v1.3.1