mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 22:51:03 +02:00
build_library/catalyst_sdk.sh: Select python 3.9 as a default interpreter
At this point nothing pulls python2 anymore, so it became an invalid target.
This commit is contained in:
parent
186f1de4fa
commit
790fd0fd2c
@ -7,8 +7,8 @@ source /tmp/toolchain_util.sh
|
|||||||
echo "Double checking everything is fresh and happy."
|
echo "Double checking everything is fresh and happy."
|
||||||
run_merge -uDN --with-bdeps=y world
|
run_merge -uDN --with-bdeps=y world
|
||||||
|
|
||||||
echo "Setting the default Python interpreter to Python 2."
|
echo "Setting the default Python interpreter to Python 3."
|
||||||
eselect python set python2.7
|
eselect python set python3.9
|
||||||
|
|
||||||
echo "Building cross toolchain for the SDK."
|
echo "Building cross toolchain for the SDK."
|
||||||
configure_crossdev_overlay / /tmp/crossdev
|
configure_crossdev_overlay / /tmp/crossdev
|
||||||
|
Loading…
x
Reference in New Issue
Block a user