From 631f42d69e2705ba3add14ce048d289c6a3d4bac Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 19 Apr 2024 22:57:55 -0400 Subject: ci: don't build regular nix package we already build it on each platform through good old cargo, and test an actual nix build for the docker image. we should be fine with just a check here --- .github/workflows/nix.yaml | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/.github/workflows/nix.yaml b/.github/workflows/nix.yaml index 4427afa..ab0987c 100644 --- a/.github/workflows/nix.yaml +++ b/.github/workflows/nix.yaml @@ -7,29 +7,6 @@ on: workflow_dispatch: jobs: - build: - name: Build - - strategy: - fail-fast: false - matrix: - os: [ubuntu-latest, macos-latest] - - runs-on: ${{ matrix.os }} - - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v10 - - - name: Setup Nix cache - uses: DeterminateSystems/magic-nix-cache-action@v4 - - - name: Run build - run: nix build --fallback --print-build-logs - check: name: Check flake @@ -52,13 +29,3 @@ jobs: --fallback \ --print-build-logs \ --show-trace - - release-gate: - name: Nix Release Gate - needs: [build, check] - - runs-on: ubuntu-latest - - steps: - - name: Exit with result - run: echo "We're good to go!" -- cgit v1.2.3