aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/internal/boring/build/root_setup_in_chroot.sh
blob: 90f0f266c3db29d2cd41c5693f35fba172cdab4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
# Copyright 2017 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

set -e
id
date
echo http_proxy=$http_proxy
export LANG=C
unset LANGUAGE
apt-get update
apt-get install --no-install-recommends -y cmake clang-6.0 golang-1.10-go ninja-build xz-utils