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 2, 2024
1 parent 27ada64 commit 1ed2d4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/build.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -637,13 +637,13 @@ sources:
- "./pull.sh"
deoptions: nocheck
generate_version: false
- name: python
- name: python3
repo: https://github.com/truenas/python.git
branch: master
deoptions: nocheck
generate_version: false
predepscmd:
- "apt install -y python3-docs-theme python3-sphinx texinfo wget"
- "apt build-dep python3"
- "wget https://www.python.org/ftp/python/3.11.9/Python-3.11.9.tar.xz"
- "tar --strip-components=1 -xvf Python-3.11.9.tar.xz"

Expand Down

0 comments on commit 1ed2d4f

Please sign in to comment.