Skip to content

Commit

Permalink
add use flag for sticking to python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Apr 19, 2023
1 parent b8cbec3 commit dd1c7e6
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 dd1c7e6

Please sign in to comment.