Skip to content

Commit

Permalink
ci: upload build logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhys-T committed Nov 19, 2024
1 parent 1f97273 commit 4a9cfea
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 @@ -114,14 +114,14 @@ jobs:
- name: Build nix packages
id: build
run: nix shell -f '<nixpkgs>' nix-build-uncached -c nix-build-uncached ci.nix -build-flags -L -build-flags --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 build logs
if: '!cancelled()'
uses: actions/upload-artifact@v4
with:
name: Rhys-T-nur-packages-build-logs-${{ matrix.runner }}${{ matrix.qemuSystem && format('+qemu-{0}', matrix.qemuSystem) }}-${{ matrix.nixpkgs }}-${{ matrix.subset }}
path: |
/nix/var/log
if-no-files-found: ignore
trigger-update:
name: Trigger NUR update
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4a9cfea

Please sign in to comment.