Skip to content

Commit

Permalink
scripts/bootstrap-prefix: bump snapshot and bootstrapping python
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Groffen <[email protected]>
  • Loading branch information
grobian committed Jan 22, 2024
1 parent 42766d3 commit eaff3b8
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions scripts/bootstrap-prefix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ bootstrap_tree() {
# retain this comment and the line below to
# keep this snapshot around in the snapshots
# MKSNAPSHOT-ANCHOR -- directory of rsync slaves
local PV="20240120"
local PV="20240121"

# RAP uses the latest gentoo main repo snapshot to bootstrap.
is-rap && LATEST_TREE_YES=1
Expand Down Expand Up @@ -936,13 +936,8 @@ python_ver() {
# snapshot for stage3, else packages will break with some python
# mismatch error due to Portage using a different version after it
# upgraded itself with a newer Python
if [[ ${CHOST} == *-darwin9 ]] ; then
echo 3.10 # last known version to compile
export PYTHON_FULL_VERSION=3.10.4
else
echo 3.11
export PYTHON_FULL_VERSION="3.11.3-gentoo-prefix-patched"
fi
echo 3.11
export PYTHON_FULL_VERSION="3.11.7-gentoo-prefix-patched"
# keep this number in line with PV below for stage1,2
}

Expand Down

0 comments on commit eaff3b8

Please sign in to comment.