Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,11 @@ jobs:
- name: Build package (${{ matrix.toolchain }})
id: makepkg
env:
_build_zfs: yes
_build_nvidia_open: yes
_modules: 'zfs nvidia'
_use_llvm_lto: ${{ matrix.toolchain == 'gcc' && 'none' || 'thin' }}
run: |
cd "linux-cachyos"
sudo -H -E -u builder makepkg --skipchecksums --syncdeps --noconfirm
sudo -H -E -u builder makepkg --skipinteg --syncdeps --noconfirm
Comment thread
1Naim marked this conversation as resolved.
- name: Upload package to artifacts
id: upload
uses: actions/upload-artifact@v4
Expand Down
72 changes: 0 additions & 72 deletions linux-cachyos-bmq/.SRCINFO

This file was deleted.

Loading
Loading