Skip to content

Commit

Permalink
Merge pull request #182 from bedroge/only_python3.11
Browse files Browse the repository at this point in the history
Only install Python 3.11
  • Loading branch information
trz42 authored Apr 19, 2023
2 parents b8cbec3 + dd1c7e6 commit ce6d362
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ansible/playbooks/roles/compatibility_layer/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ prefix_unmask_packages: |
prefix_bootstrap_use_flags: |
# make sure that gold linker is installed with binutils
sys-devel/binutils gold
# only install Python 3.11
*/* PYTHON_TARGETS: -* python3_11
*/* PYTHON_SINGLE_TARGET: -* python3_11
prefix_use_builtin_bootstrap: false
prefix_custom_bootstrap_script:
local: "{{ playbook_dir }}/../../bootstrap-prefix.sh"
Expand Down

0 comments on commit ce6d362

Please sign in to comment.