aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/internal/boring/build/root_setup_in_chroot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/internal/boring/build/root_setup_in_chroot.sh')
-rwxr-xr-xsrc/crypto/internal/boring/build/root_setup_in_chroot.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/crypto/internal/boring/build/root_setup_in_chroot.sh b/src/crypto/internal/boring/build/root_setup_in_chroot.sh
new file mode 100755
index 0000000000..90f0f266c3
--- /dev/null
+++ b/src/crypto/internal/boring/build/root_setup_in_chroot.sh
@@ -0,0 +1,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