mirror of
https://github.com/truenas/scale-build.git
synced 2026-02-14 23:18:59 +00:00
Fix dependencies for truenas_pyos (#973)
This commit ensures that we install our kernel's linux-libc package before building truenas_pyos.
This commit is contained in:
@@ -487,6 +487,8 @@ sources:
|
||||
- name: truenas_pyos
|
||||
repo: https://github.com/truenas/truenas_pyos
|
||||
branch: master
|
||||
predepscmd:
|
||||
- "apt install -y linux-truenas-production-libc-dev"
|
||||
explicit_deps:
|
||||
- kernel
|
||||
- name: truenas_pwenc
|
||||
|
||||
Reference in New Issue
Block a user