mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
fix(make_chroot): use the portage openssl for now
portage's openssl is up to date, no need to fork it for now. Change-Id: Ib2a03811803ecf4626813706f6ef79ad4b1956f3
This commit is contained in:
parent
e5aeefeb2b
commit
474313e651
@ -440,11 +440,6 @@ if [[ ! -e "${FLAGS_chroot}/usr/bin/git" ]]; then
|
||||
info "Updating early git"
|
||||
USE="-curl -webdav" early_enter_chroot $EMERGE_CMD -uNv $USEPKG dev-vcs/git
|
||||
|
||||
# OpenSSL is a cros-workon package too, but the default http repo is now
|
||||
# unusable since we disabled building with curl above. Reject minilayouts.
|
||||
if [[ ! -d ${SRC_ROOT}/third_party/openssl ]]; then
|
||||
die "bootstrapping requires a full manifest checkout"
|
||||
fi
|
||||
early_enter_chroot $EMERGE_CMD -uNv $USEPKG --select $EMERGE_JOBS \
|
||||
dev-libs/openssl net-misc/curl
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user