Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Fix SDK bootstrapping with new profiles #3437

Merged
merged 2 commits into from
Oct 15, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions profiles/coreos/base/make.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ USE_EXPAND="${USE_EXPAND} GO_VERSION"
USE="${USE} cros_host expat -cracklib -introspection -cups -tcpd -berkdb"

# 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_targets_python2_7 -python_targets_python3_5 python_targets_python3_6"
USE="${USE} python_single_target_python2_7 -python_single_target_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.
BOOTSTRAP_USE="${BOOTSTRAP_USE} python_single_target_python2_7 -python_single_target_python3_5 -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_single_target_python2_7 -python_single_target_python3_6"
BOOTSTRAP_USE="${BOOTSTRAP_USE} python_targets_python2_7 -python_targets_python3_6"

# Never install cron or cron jobs
USE="${USE} -cron"
Expand Down
1 change: 1 addition & 0 deletions profiles/coreos/targets/sdk/package.unmask
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
=sys-devel/binutils-2.29.1-r1