/aosp_15_r20/external/ot-br-posix/script/ |
H A D | bootstrap | 20 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 36 NAT64_SERVICE="${NAT64_SERVICE:-openthread}" 38 FIREWALL="${FIREWALL:-1}" 40 OTBR_MDNS="${OTBR_MDNS:-mDNSResponder}" 41 OT_BACKBONE_CI="${OT_BACKBONE_CI:-0}" 42 REFERENCE_DEVICE="${REFERENCE_DEVICE:-0}" 46 sudo apt-get update 47 sudo apt-get install --no-install-recommends -y \ 50 iputils-ping \ 51 libreadline-dev \ [all …]
|
/aosp_15_r20/external/intel-media-driver/.github/workflows/ |
H A D | ubuntu.yml | 6 _CFLAGS: -O2 -Wformat -Wformat-security -Wall -Werror -D_FORTIFY_SOURCE=2 -fstack-protector-strong 8 permissions: read-all 12 runs-on: ubuntu-20.04 14 CC: /usr/bin/clang-14 15 CXX: /usr/bin/clang++-14 16 ASM: /usr/bin/clang-14 18 - name: checkout media-driver 22 - name: checkout libva 27 - name: checkout gmmlib 32 - name: install toolchain [all …]
|
/aosp_15_r20/external/openthread/.github/workflows/ |
H A D | build.yml | 19 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent… 41 cancel-in-progress: true 49 runs-on: ubuntu-22.04 51 - name: Harden Runner 52 uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 54 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs [all …]
|
H A D | simulation-1.1.yml | 19 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent… 41 cancel-in-progress: true 48 packet-verification: 49 runs-on: ubuntu-20.04 57 - name: Harden Runner 58 uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 [all …]
|
H A D | simulation-1.2.yml | 19 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent… 41 cancel-in-progress: true 43 permissions: # added using https://github.com/step-security/secure-workflows 48 thread-1-3: 49 name: thread-1-3-${{ matrix.compiler.c }}-${{ matrix.arch }} 50 runs-on: ubuntu-20.04 [all …]
|
H A D | posix.yml | 19 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent… 41 cancel-in-progress: true 48 expects-linux: 49 runs-on: ubuntu-20.04 51 CFLAGS: -DCLI_COAP_SECURE_USE_COAP_DEFAULT_HANDLER=1 -DOPENTHREAD_CONFIG_MLE_MAX_CHILDREN=15 52 CXXFLAGS: -DCLI_COAP_SECURE_USE_COAP_DEFAULT_HANDLER=1 -DOPENTHREAD_CONFIG_MLE_MAX_CHILDREN=15 [all …]
|
H A D | toranj.yml | 19 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent… 41 cancel-in-progress: true 48 toranj-ncp: 49 name: toranj-ncp-${{ matrix.TORANJ_RADIO }} 50 runs-on: ubuntu-20.04 52 fail-fast: false [all …]
|
/aosp_15_r20/external/ot-br-posix/tests/scripts/ |
H A D | bootstrap.sh | 20 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 30 set -euxo pipefail 33 [[ -d $TOOLS_HOME ]] || mkdir -p "$TOOLS_HOME" 41 if [[ -f ${OTBR_APT_CONF_FILE} ]] && grep Install-Recommends "${OTBR_APT_CONF_FILE}"; then 45 sudo tee -a /etc/apt/apt.conf <<EOF 46 APT::Get::Install-Recommends "false"; 47 APT::Get::Install-Suggests "false"; 54 sudo apt-get install --no-install-recommends -y \ 55 libdbus-1-dev \ 56 ninja-build \ [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/onednn/ |
H A D | ubuntu-16.04-mpi-horovod.Dockerfile | 7 # 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 …]
|
H A D | ubuntu-16.04-mpi-horovod-jupyter.Dockerfile | 7 # 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 …]
|
H A D | ubuntu-16.04-mpich-horovod.Dockerfile | 7 # 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 …]
|
H A D | ubuntu-16.04-mpich-horovod-jupyter.Dockerfile | 7 # 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 …]
|
H A D | ubuntu-16.04-devel-mpi-horovod-jupyter.Dockerfile | 7 # 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 …]
|
H A D | ubuntu-16.04-devel-mpich-horovod-jupyter.Dockerfile | 7 # 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 …]
|
H A D | ubuntu-16.04-devel-mpi-horovod.Dockerfile | 7 # 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 …]
|
H A D | ubuntu-16.04-devel-mpich-horovod.Dockerfile | 7 # 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 …]
|
H A D | ubuntu-16.04-devel-jupyter.Dockerfile | 7 # 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 …]
|
H A D | ubuntu-20.04-devel-mpi-horovod-jupyter.Dockerfile | 7 # 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 …]
|
H A D | ubuntu-18.04-devel-mpi-horovod-jupyter.Dockerfile | 7 # 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 …]
|
H A D | ubuntu-18.04-devel-mpich-horovod-jupyter.Dockerfile | 7 # 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 …]
|
H A D | ubuntu-20.04-devel-mpich-horovod-jupyter.Dockerfile | 7 # 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 …]
|
/aosp_15_r20/external/openthread/tests/toranj/ |
H A D | start.sh | 20 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 46 while read -r interface; do 48 done < <(ifconfig 2>/dev/null | grep -o "wpan[0-9]*") 58 if sudo -E "${python_app}" "$1"; then 64 if [ "$counter" -lt 7 ]; then 73 tail -n 40 "${log_file_name}"*.log 81 sudo apt-get --no-install-recommends install -y dbus libdbus-1-dev 82 sudo apt-get --no-install-recommends install -y autoconf-archive 83 sudo apt-get --no-install-recommends install -y libarchive-tools 84 sudo apt-get --no-install-recommends install -y libtool [all …]
|
/aosp_15_r20/external/eigen/ci/ |
H A D | smoketests.gitlab-ci.yml | 5 - 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 …]
|
/aosp_15_r20/external/pytorch/.ci/docker/common/ |
H A D | install_clang.sh | 3 set -ex 5 if [ -n "$CLANG_VERSION" ]; then 8 sudo apt-get update 9 # gpg-agent is not available by default on 18.04 10 sudo apt-get install -y --no-install-recommends gpg-agent 11 … wget --no-check-certificate -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add - 12 apt-add-repository "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-${CLANG_VERSION} main" 14 # work around ubuntu apt-get conflicts 15 sudo apt-get -y -f install 18 sudo apt-get update [all …]
|
/aosp_15_r20/external/openthread/script/ |
H A D | bootstrap | 20 # 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-14 clang-tidy-14 || echo 'WARNING: co… 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 || sudo apt-get install shfmt || echo 'WARNING: could not install shfmt, which is… 57 # apt-get update and install dependencies 58 sudo apt-get update 59 sudo apt-get --no-install-recommends install -y g++ lsb-release cmake ninja-build shellcheck [all …]
|