mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 22:16:58 +02:00
We need to rebuild binpkgs that depend on openssl. Change-Id: I13c59a79700e5704b463b7d03ffbf19d83c5e2e7 Signed-off-by: Elly Jones <ellyjones@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/23743 Reviewed-by: David James <davidjames@chromium.org> Reviewed-by: Mike Frysinger <vapier@chromium.org> Tested-by: David James <davidjames@chromium.org>
10 lines
469 B
Plaintext
10 lines
469 B
Plaintext
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
# Rebuild openssl to pick up the 0.9.8 -> 1.0.1 ABI change. Fetch everything
|
|
# first, since this upgrade will break curl.
|
|
sudo ~/trunk/chromite/bin/parallel_emerge -uDNvgf --rebuilt-binaries world
|
|
sudo ~/trunk/chromite/bin/parallel_emerge -uDNvg --rebuilt-binaries world
|
|
sudo update-ca-certificates
|