Skip to content

Commit

Permalink
ci: darwin test: upload build logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhys-T committed Nov 17, 2024
1 parent 89aefd1 commit 910fa8e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,14 @@ jobs:
id: build
# run: nix shell -f '<nixpkgs>' nix-build-uncached -c nix-build-uncached ci.nix -A cacheOutputs
run: nix shell -f '.' nix-build-uncached-logging -c nix-build-uncached ci.nix --keep-going ${{ matrix.qemuSystem && format('--argstr platform {0}', matrix.qemuSystem) }} --argstr subsetName ${{ matrix.subset }} -A cacheOutputs
# - name: Upload debug info
# if: '!cancelled()'
# uses: actions/upload-artifact@v4
# with:
# name: Rhys-T-nur-packages-debug-${{ matrix.runner }}-${{ matrix.nixpkgs }}-${{ matrix.subset }}
# path: |
# /nix/store/*fcntlPathTest*.drv
# if-no-files-found: ignore
- name: Upload debug info
if: '!cancelled()'
uses: actions/upload-artifact@v4
with:
name: Rhys-T-nur-packages-debug-${{ matrix.runner }}-${{ matrix.nixpkgs }}-${{ matrix.subset }}
path: |
/nix/var/log/nix
if-no-files-found: ignore
trigger-update:
name: Trigger NUR update
runs-on: ubuntu-latest
Expand Down

0 comments on commit 910fa8e

Please sign in to comment.