blob: 4fbfe1ccbc53d3a3cc67717e1e6beb4fdb108049 [file] [log] [blame]
Peter Kolbuse4e2d3a2018-12-24 09:04:54 -06001#!/bin/bash -eu
2
3# make-in-docker.sh
4#
Peter Kolbuse4e2d3a2018-12-24 09:04:54 -06005# Purpose
6# -------
7# This runs make in a Docker container.
8#
9# See also:
10# - scripts/docker_env.sh for general Docker prerequisites and other information.
11
Peter Kolbus4225b1a2019-05-31 06:38:06 -050012# Copyright (C) 2006-2019, Arm Limited (or its affiliates), All Rights Reserved.
13# SPDX-License-Identifier: Apache-2.0
14#
15# Licensed under the Apache License, Version 2.0 (the "License"); you may
16# not use this file except in compliance with the License.
17# You may obtain a copy of the License at
18#
19# http://www.apache.org/licenses/LICENSE-2.0
20#
21# Unless required by applicable law or agreed to in writing, software
22# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
23# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24# See the License for the specific language governing permissions and
25# limitations under the License.
26#
27# This file is part of Mbed TLS (https://tls.mbed.org)
28
Peter Kolbuse4e2d3a2018-12-24 09:04:54 -060029source tests/scripts/docker_env.sh
30
31run_in_docker make $@