Home
last modified time | relevance | path

Searched +full:- +full:- +full:no +full:- +full:install +full:- +full:recommends (Results 1 – 25 of 227) sorted by relevance

12345678910

/external/ot-br-posix/script/
Dbootstrap20 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
36 NAT64_SERVICE="${NAT64_SERVICE:-tayga}"
40 sudo apt-get update
41 sudo apt-get install --no-install-recommends -y \
44 iputils-ping \
45 libreadline-dev \
46 libncurses-dev
48 sudo apt-get install --no-install-recommends -y build-essential ninja-build cmake
50 with RELEASE || sudo apt-get install --no-install-recommends -y libcpputest-dev
52 sudo apt-get install --no-install-recommends -y rsyslog
[all …]
/external/openthread/.github/workflows/
Dtoranj.yml19 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
35 cancel-previous-runs:
36 runs-on: ubuntu-20.04
38 - uses: rokroskar/workflow-run-cleanup-action@master
43 toranj-ncp:
44 name: toranj-ncp-${{ matrix.TORANJ_RADIO }}
45 runs-on: ubuntu-18.04
47 fail-fast: false
54 - uses: actions/checkout@v2
57 - name: Bootstrap
[all …]
Dbuild.yml19 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
35 cancel-previous-runs:
36 runs-on: ubuntu-20.04
38 - uses: rokroskar/workflow-run-cleanup-action@master
44 runs-on: ubuntu-20.04
46 - uses: actions/checkout@v2
49 - name: Bootstrap
51 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update
52 sudo apt-get --no-install-recommends install -y clang-format-9 clang-tidy-9 shellcheck
53 python3 -m pip install yapf==0.31.0
[all …]
Dsimulation-1.1.yml19 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
35 cancel-previous-runs:
36 runs-on: ubuntu-20.04
38 - uses: rokroskar/workflow-run-cleanup-action@master
44 runs-on: ubuntu-20.04
52 - uses: actions/checkout@v2
55 - name: Bootstrap
57 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update
58 … sudo apt-get --no-install-recommends install -y llvm-runtime python3-setuptools python3-wheel
59 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
[all …]
Dposix.yml19 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
35 cancel-previous-runs:
36 runs-on: ubuntu-20.04
38 - uses: rokroskar/workflow-run-cleanup-action@master
43 expects-linux:
44 runs-on: ubuntu-18.04
46 CFLAGS: -DCLI_COAP_SECURE_USE_COAP_DEFAULT_HANDLER=1 -DOPENTHREAD_CONFIG_MLE_MAX_CHILDREN=15
47 CXXFLAGS: -DCLI_COAP_SECURE_USE_COAP_DEFAULT_HANDLER=1 -DOPENTHREAD_CONFIG_MLE_MAX_CHILDREN=15
49 - uses: actions/checkout@v2
50 - name: Bootstrap
[all …]
Dsimulation-1.2.yml19 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
35 cancel-previous-runs:
36 runs-on: ubuntu-20.04
38 - uses: rokroskar/workflow-run-cleanup-action@master
43 thread-1-3:
44 name: thread-1-3-${{ matrix.compiler.c }}-${{ matrix.arch }}
45 runs-on: ubuntu-20.04
47 CFLAGS: -${{ matrix.arch }}
48 CXXFLAGS: -${{ matrix.arch }}
49 LDFLAGS: -${{ matrix.arch }}
[all …]
/external/ot-br-posix/tests/scripts/
Dbootstrap.sh20 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
30 set -euxo pipefail
33 [[ -d $TOOLS_HOME ]] || mkdir -p "$TOOLS_HOME"
39 if [[ -f ${OTBR_APT_CONF_FILE} ]] && grep Install-Recommends "${OTBR_APT_CONF_FILE}"; then
43 sudo tee -a /etc/apt/apt.conf <<EOF
44 APT::Get::Install-Recommends "false";
45 APT::Get::Install-Suggests "false";
52 sudo apt-get install --no-install-recommends -y \
53 libdbus-1-dev \
54 ninja-build \
[all …]
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/onednn/
Dubuntu-16.04-mpi-horovod.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
32 ENV LANG C.UTF-8
35 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
37 software-properties-common
39 RUN add-apt-repository ppa:deadsnakes/ppa
41 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
44 RUN curl -fSsL https://bootstrap.pypa.io/get-pip.py | ${PYTHON}
46 RUN ${PYTHON} -m pip --no-cache-dir install --upgrade \
51 RUN ln -sf $(which ${PYTHON}) /usr/local/bin/python && \
52 ln -sf $(which ${PYTHON}) /usr/local/bin/python3 && \
[all …]
Dubuntu-16.04-mpich-horovod.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
32 ENV LANG C.UTF-8
35 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
37 software-properties-common
39 RUN add-apt-repository ppa:deadsnakes/ppa
41 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
44 RUN curl -fSsL https://bootstrap.pypa.io/get-pip.py | ${PYTHON}
46 RUN ${PYTHON} -m pip --no-cache-dir install --upgrade \
51 RUN ln -sf $(which ${PYTHON}) /usr/local/bin/python && \
52 ln -sf $(which ${PYTHON}) /usr/local/bin/python3 && \
[all …]
Dubuntu-16.04-devel-mpi-horovod.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
29 build-essential \
32 libcurl3-dev \
33 libfreetype6-dev \
34 libhdf5-serial-dev \
35 libzmq3-dev \
36 pkg-config \
38 software-properties-common \
42 zlib1g-dev \
[all …]
Dubuntu-16.04-mpi-horovod-jupyter.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
32 ENV LANG C.UTF-8
35 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
37 software-properties-common
39 RUN add-apt-repository ppa:deadsnakes/ppa
41 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
44 RUN curl -fSsL https://bootstrap.pypa.io/get-pip.py | ${PYTHON}
46 RUN ${PYTHON} -m pip --no-cache-dir install --upgrade \
51 RUN ln -sf $(which ${PYTHON}) /usr/local/bin/python && \
52 ln -sf $(which ${PYTHON}) /usr/local/bin/python3 && \
[all …]
Dubuntu-16.04-mpich-horovod-jupyter.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
32 ENV LANG C.UTF-8
35 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
37 software-properties-common
39 RUN add-apt-repository ppa:deadsnakes/ppa
41 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
44 RUN curl -fSsL https://bootstrap.pypa.io/get-pip.py | ${PYTHON}
46 RUN ${PYTHON} -m pip --no-cache-dir install --upgrade \
51 RUN ln -sf $(which ${PYTHON}) /usr/local/bin/python && \
52 ln -sf $(which ${PYTHON}) /usr/local/bin/python3 && \
[all …]
Dubuntu-16.04-devel-mpich-horovod.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
29 build-essential \
32 libcurl3-dev \
33 libfreetype6-dev \
34 libhdf5-serial-dev \
35 libzmq3-dev \
36 pkg-config \
38 software-properties-common \
42 zlib1g-dev \
[all …]
Dubuntu-16.04-devel-mpi-horovod-jupyter.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
29 build-essential \
32 libcurl3-dev \
33 libfreetype6-dev \
34 libhdf5-serial-dev \
35 libzmq3-dev \
36 pkg-config \
38 software-properties-common \
42 zlib1g-dev \
[all …]
Dubuntu-16.04-devel-mpich-horovod-jupyter.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
29 build-essential \
32 libcurl3-dev \
33 libfreetype6-dev \
34 libhdf5-serial-dev \
35 libzmq3-dev \
36 pkg-config \
38 software-properties-common \
42 zlib1g-dev \
[all …]
Dubuntu-16.04-devel.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
29 build-essential \
32 libcurl3-dev \
33 libfreetype6-dev \
34 libhdf5-serial-dev \
35 libzmq3-dev \
36 pkg-config \
38 software-properties-common \
42 zlib1g-dev \
[all …]
Dubuntu-16.04-devel-jupyter.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
29 build-essential \
32 libcurl3-dev \
33 libfreetype6-dev \
34 libhdf5-serial-dev \
35 libzmq3-dev \
36 pkg-config \
38 software-properties-common \
42 zlib1g-dev \
[all …]
Dubuntu-20.04-devel-mpi-horovod-jupyter.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
29 build-essential \
32 libcurl3-dev \
33 libfreetype6-dev \
34 libhdf5-serial-dev \
35 libzmq3-dev \
36 pkg-config \
38 software-properties-common \
42 zlib1g-dev \
[all …]
Dubuntu-18.04-devel-mpi-horovod-jupyter.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
29 build-essential \
32 libcurl3-dev \
33 libfreetype6-dev \
34 libhdf5-serial-dev \
35 libzmq3-dev \
36 pkg-config \
38 software-properties-common \
42 zlib1g-dev \
[all …]
Dubuntu-20.04-devel-mpi-horovod.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
29 build-essential \
32 libcurl3-dev \
33 libfreetype6-dev \
34 libhdf5-serial-dev \
35 libzmq3-dev \
36 pkg-config \
38 software-properties-common \
42 zlib1g-dev \
[all …]
Dubuntu-18.04-devel-mpi-horovod.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
29 build-essential \
32 libcurl3-dev \
33 libfreetype6-dev \
34 libhdf5-serial-dev \
35 libzmq3-dev \
36 pkg-config \
38 software-properties-common \
42 zlib1g-dev \
[all …]
Dubuntu-20.04-devel-mpich-horovod-jupyter.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
29 build-essential \
32 libcurl3-dev \
33 libfreetype6-dev \
34 libhdf5-serial-dev \
35 libzmq3-dev \
36 pkg-config \
38 software-properties-common \
42 zlib1g-dev \
[all …]
Dubuntu-18.04-devel-mpich-horovod-jupyter.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
29 build-essential \
32 libcurl3-dev \
33 libfreetype6-dev \
34 libhdf5-serial-dev \
35 libzmq3-dev \
36 pkg-config \
38 software-properties-common \
42 zlib1g-dev \
[all …]
/external/eigen/ci/
Dsmoketests.gitlab-ci.yml5 - apt-get update -y
6 - apt-get install -y --no-install-recommends software-properties-common
7 - add-apt-repository -y ppa:ubuntu-toolchain-r/test
8 - apt-get update
9 - apt-get install --no-install-recommends -y ${EIGEN_CI_CXX_COMPILER}
10 ${EIGEN_CI_CC_COMPILER} cmake ninja-build
12 - mkdir -p ${BUILDDIR} && cd ${BUILDDIR}
13 - CXX=${EIGEN_CI_CXX_COMPILER} CC=${EIGEN_CI_CC_COMPILER} cmake -G
14 ${EIGEN_CI_CMAKE_GENEATOR} -DEIGEN_TEST_CXX11=${EIGEN_TEST_CXX11}
16 - cmake --build . --target buildsmoketests
[all …]
/external/openthread/script/
Dbootstrap20 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
34 set -euxo pipefail
40 # add clang-format and clang-tidy for pretty
41 …sudo apt-get --no-install-recommends install -y clang-format-9 clang-tidy-9 || echo 'WARNING: coul…
44 …python3 -m pip install yapf==0.31.0 || echo 'WARNING: could not install yapf, which is useful if y…
47 …python3 -m pip install mdv || echo 'WARNING: could not install mdv, which is required to post mark…
50 …command -v shfmt || brew install shfmt || echo 'WARNING: could not install shfmt, which is useful …
57 # apt-get update and install dependencies
58 sudo apt-get update
59 …sudo apt-get --no-install-recommends install -y automake g++ libtool lsb-release make cmake ninja-
[all …]

12345678910