Skip to content

Commit

Permalink
only build binary bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
chessai committed Sep 11, 2024
1 parent 7869e55 commit 2cae64a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ jobs:

- name: Build and cache artifacts
run: |
echo Building the project and its devShell
nix build .#check --log-lines 500 --show-trace --accept-flake-config
#echo Building the project and its devShell
#nix build .#check --log-lines 500 --show-trace --accept-flake-config
echo Build the bundle
nix build .#pact-binary-bundle --log-lines 500 --show-trace --out-link pact-binary-bundle --accept-flake-config
tar -zcvf pact-binary-bundle.${{ matrix.os }}.tar.gz $(readlink pact-binary-bundle)
echo Build the recursive output
nix build .#recursive.allDerivations --log-lines 500 --show-trace --accept-flake-config
#echo Build the recursive output
#nix build .#recursive.allDerivations --log-lines 500 --show-trace --accept-flake-config
- name: Publish the bundle
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2cae64a

Please sign in to comment.