Skip to content

Commit

Permalink
Fix kernel not using our custom python
Browse files Browse the repository at this point in the history
  • Loading branch information
themylogin committed Dec 3, 2024
1 parent 27ada64 commit ed5a6be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conf/build.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,8 @@ sources:
env:
EXTRAVERSION: "-production"
PYTHON: "python3"
explicit_deps:
- python3
predepscmd:
- "apt install -y flex bison dwarves libssl-dev devscripts"
# Install dependencies to build perf
Expand Down Expand Up @@ -637,7 +639,7 @@ sources:
- "./pull.sh"
deoptions: nocheck
generate_version: false
- name: python
- name: python3
repo: https://github.com/truenas/python.git
branch: master
deoptions: nocheck
Expand Down

0 comments on commit ed5a6be

Please sign in to comment.