mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-05 01:12:21 +01:00
Merge pull request #3437 from dm0-/profiles
Fix SDK bootstrapping with new profiles
This commit is contained in:
commit
0263467455
@ -14,12 +14,12 @@ USE_EXPAND="${USE_EXPAND} GO_VERSION"
|
|||||||
USE="${USE} cros_host expat -cracklib -introspection -cups -tcpd -berkdb"
|
USE="${USE} cros_host expat -cracklib -introspection -cups -tcpd -berkdb"
|
||||||
|
|
||||||
# Continue using Python 2 as the default version, but build Python 3 support.
|
# Continue using Python 2 as the default version, but build Python 3 support.
|
||||||
USE="${USE} python_single_target_python2_7 -python_single_target_python3_5 -python_single_target_python3_6"
|
USE="${USE} python_single_target_python2_7 -python_single_target_python3_6"
|
||||||
USE="${USE} python_targets_python2_7 -python_targets_python3_5 python_targets_python3_6"
|
USE="${USE} python_targets_python2_7 python_targets_python3_6"
|
||||||
|
|
||||||
# Disable Python 3 while building the SDK until we transition off Python 2.
|
# Disable Python 3 while building the SDK until we transition off Python 2.
|
||||||
BOOTSTRAP_USE="${BOOTSTRAP_USE} python_single_target_python2_7 -python_single_target_python3_5 -python_single_target_python3_6"
|
BOOTSTRAP_USE="${BOOTSTRAP_USE} python_single_target_python2_7 -python_single_target_python3_6"
|
||||||
BOOTSTRAP_USE="${BOOTSTRAP_USE} python_targets_python2_7 -python_targets_python3_5 -python_targets_python3_6"
|
BOOTSTRAP_USE="${BOOTSTRAP_USE} python_targets_python2_7 -python_targets_python3_6"
|
||||||
|
|
||||||
# Never install cron or cron jobs
|
# Never install cron or cron jobs
|
||||||
USE="${USE} -cron"
|
USE="${USE} -cron"
|
||||||
|
|||||||
1
sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk/package.unmask
vendored
Normal file
1
sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk/package.unmask
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
=sys-devel/binutils-2.29.1-r1
|
||||||
Loading…
x
Reference in New Issue
Block a user