Skip to content

Commit

Permalink
kernel/*: Update build category
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed Mar 4, 2023
1 parent 0b58f1c commit 3738df2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/kernels/common/nvidia-drivers/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
requires:
- name: "nvidia-kernel-modules"
category: "x11-drivers-{{ ( index .Values.labels "kernel.branch" ) }}"
category: "kernel-{{ ( index .Values.labels "kernel.branch" ) }}"
version: ">=0"
env:
- FEATURES="-sandbox -usersandbox -ipc-sandbox -pid-sandbox -network-sandbox"
Expand Down
2 changes: 1 addition & 1 deletion packages/kernels/common/zfs-common/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
requires:
- name: "zfs-kmod"
category: "sys-fs-{{ ( index .Values.labels "kernel.branch" ) }}"
category: "kernel-{{ ( index .Values.labels "kernel.branch" ) }}"
version: ">=0"
env:
- FEATURES="-sandbox -usersandbox -ipc-sandbox -pid-sandbox -network-sandbox"
Expand Down

0 comments on commit 3738df2

Please sign in to comment.