Home
last modified time | relevance | path

Searched +full:add +full:- +full:apt +full:- +full:repository (Results 1 – 25 of 253) sorted by relevance

1234567891011

/aosp_15_r20/external/pytorch/.ci/docker/common/
H A Dinstall_xpu.sh2 set -xe
6 …//www.intel.com/content/www/us/en/developer/articles/tool/pytorch-prerequisites-for-intel-gpus.html
11 . /etc/os-release
17 apt-get update -y
18 apt-get install -y gpg-agent wget
19 # To add the online network package repository for the GPU Driver
20 wget -qO - https://repositories.intel.com/gpu/intel-graphics.key \
21 | gpg --yes --dearmor --output /usr/share/keyrings/intel-graphics.gpg
22 echo "deb [arch=amd64 signed-by=/usr/share/keyrings/intel-graphics.gpg] \
24 | tee /etc/apt/sources.list.d/intel-gpu-${VERSION_CODENAME}.list
[all …]
H A Dinstall_rocm.sh3 set -ex
10 apt-get update
12 # gpg-agent is not available by default on 18.04
13 apt-get install -y --no-install-recommends gpg-agent
16 # gpg-agent is not available by default on 20.04
17 apt-get install -y --no-install-recommends gpg-agent
19 apt-get install -y kmod
20 apt-get install -y wget
23 apt-get install -y libc++1
24 apt-get install -y libc++abi1
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/.github/workflows/
Dci.yml11 - master
12 - develop
17 ubuntu-focal:
18 runs-on: ubuntu-20.04
20 fail-fast: false
22 compiler: [ g++-9, g++-10, clang++-9, clang++-10 ]
25 - uses: actions/checkout@v2
27 fetch-depth: '0'
28 - uses: mstachniuk/ci-skip@v1
30 …commit-filter: '[skip ci];[ci skip];[CI SKIP];[SKIP CI];***CI SKIP***;***SKIP CI***;[windows];[Win…
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/.github/workflows/
Dci.yml7 - master
8 - develop
9 - githubactions*
10 - feature/**
11 - fix/**
12 - pr/**
20 fail-fast: false
23 - name: "STD=14 JOB=test/x3 Job 0"
25 packages: "clang-10 libc++-10-dev libc++abi-10-dev jq ccache"
27 os: "ubuntu-18.04"
[all …]
/aosp_15_r20/external/autotest/client/common_lib/
H A Dsoftware_manager.py15 @copyright: IBM 2008-2009
16 @copyright: Red Hat 2009-2010
42 length -= 1
69 self.high_level_pms = ['apt-get', 'yum', 'zypper']
92 if 'apt-get' in list_supported and self.distro in ['Debian', 'Ubuntu']:
93 pm_supported = 'apt-get'
124 elif backend_type == 'apt-get':
178 Add package repo described by [url].
242 cmd = (self.lowlevel_base_cmd + ' -q --qf %{VERSION} ' + name +
261 cmd = (self.lowlevel_base_cmd + ' -q --qf %{ARCH} ' + name +
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/optional/.github/workflows/
Dci.yml7 - master
8 - develop
9 - githubactions*
10 - feature/**
11 - fix/**
12 - pr/**
17 fail-fast: false
20 - name: "TOOLSET=gcc COMPILER=g++ CXXSTD=03,11 Job 0"
24 os: "ubuntu-16.04"
32 - name: "TOOLSET=gcc COMPILER=g++-4.7 CXXSTD=03,11 Job 1"
[all …]
/aosp_15_r20/external/fmtlib/.github/workflows/
H A Dlinux.yml10 runs-on: ubuntu-20.04
13 cxx: [g++-4.9, g++-10, clang++-9]
18 - cxx: g++-4.9
19 install: sudo apt install g++-4.9
20 - cxx: g++-8
23 install: sudo apt install g++-8
24 - cxx: g++-8
27 install: sudo apt install g++-8
28 - cxx: g++-9
31 - cxx: g++-10
[all …]
/aosp_15_r20/external/bcc/
H A DINSTALL.md3 * [Kernel Configuration](#kernel-configuration)
5 - [Debian](#debian---binary)
6 - [Ubuntu](#ubuntu---binary)
7 - [Fedora](#fedora---binary)
8 - [Arch](#arch---binary)
9 - [Gentoo](#gentoo---portage)
10 - [openSUSE](#opensuse---binary)
11 - [RHEL](#rhel---binary)
12 - [Amazon Linux 1](#amazon-linux-1---binary)
13 - [Amazon Linux 2](#amazon-linux-2---binary)
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/.github/workflows/
Dci.yml7 - master
8 - develop
9 - githubactions*
10 - feature/**
11 - fix/**
12 - pr/**
20 fail-fast: false
23 - name: "B2_TOOLSET=gcc-4.8 B2_CXXSTD=03,11 BOOST_DATE Job 0"
25 packages: "g++-4.8"
27 os: "ubuntu-16.04"
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/tools/ci_build/
H A DDockerfile.rbe.cuda9.0-cudnn7-ubuntu14.042 # $ docker build -f Dockerfile.rbe.cuda9.0-cudnn7-ubuntu14.04 \
3 # --tag "gcr.io/tensorflow-testing/nosla-cuda9.0-cudnn7-ubuntu14.04" .
4 # $ docker push gcr.io/tensorflow-testing/nosla-cuda9.0-cudnn7-ubuntu14.04
9 FROM gcr.io/clang-docker-builder/clang-ubuntu14_04
12 RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates apt-transport-http…
13 rm -rf /var/lib/apt/lists/* && \
16apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_6…
17 apt-key adv --export --no-emit-version -a $NVIDIA_GPGKEY_FPR | tail -n +2 > cudasign.pub && \
18 echo "$NVIDIA_GPGKEY_SUM cudasign.pub" | sha256sum -c --strict - && rm cudasign.pub && \
19 …veloper.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64 /" > /etc/apt/sources.list.d/cuda…
[all …]
H A DDockerfile.android8 RUN add-apt-repository -y ppa:openjdk-r/ppa && \
9 add-apt-repository -y ppa:george-edison55/cmake-3.x
17 RUN apt-get update && apt-get install -y \
18 python-numpy \
20 apt-get clean && \
21 rm -rf /var/lib/apt/lists/*
24 # https://github.com/bazelbuild/bazel/issues/714#issuecomment-166735874
26 RUN mkdir -p ${ANDROID_DEV_HOME}
29 ENV ANDROID_SDK_FILENAME tools_r25.2.5-linux.zip
30 ENV ANDROID_SDK_URL https://dl.google.com/android/repository/${ANDROID_SDK_FILENAME}
[all …]
H A DDockerfile.cpu-py368 RUN add-apt-repository -y ppa:openjdk-r/ppa && \
9 add-apt-repository -y ppa:george-edison55/cmake-3.x
13 RUN add-apt-repository ppa:ubuntu-toolchain-r/test
14 RUN apt update
15 RUN apt -y install gcc-7 g++-7
16 RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 700 \
17 --slave /usr/bin/g++ g++ /usr/bin/g++-7
19 # The following line installs the Python 3.6 cross-compilation toolchain.
21 RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 0
22 RUN python3 -V
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/.github/workflows/
Dci.yml7 - master
8 - develop
9 - githubactions*
10 - feature/**
11 - fix/**
12 - pr/**
17 fail-fast: false
20 - name: "TOOLSET=gcc-4.4 CXXSTD=98,0x Job 0"
22 packages: "g++-4.4 ccache"
24 os: "ubuntu-16.04"
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/concept_check/.github/workflows/
Dci.yml7 - master
8 - develop
9 - githubactions*
10 - feature/**
11 - fix/**
12 - pr/**
20 fail-fast: false
23 - name: "B2_TOOLSET=gcc-4.8 B2_CXXSTD=03,11 Job 0"
25 packages: "g++-4.8"
27 os: "ubuntu-16.04"
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/predef/tools/ci/
Dlinux-cxx-install.sh8 set -e
10 echo ">>>>> APT: REPO.."
12 sudo -E apt-add-repository -y "ppa:ubuntu-toolchain-r/test"
13 if test -n "${LLVM_OS}" -a -n "${LLVM_VER}" ; then
14 wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
15 …sudo -E apt-add-repository "deb http://apt.llvm.org/${LLVM_OS}/ llvm-toolchain-${LLVM_OS}-${LLVM_V…
18 echo ">>>>> APT: UPDATE.."
20 sudo -E apt-get -o Acquire::Retries=3 update
22 echo ">>>>> APT: INSTALL ${PACKAGES}.."
24 sudo -E apt-get -o Acquire::Retries=3 -yq --no-install-suggests --no-install-recommends install ${P…
/aosp_15_r20/external/openthread/.github/workflows/
H A Dbuild.yml33 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
56 - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
[all …]
/aosp_15_r20/external/google-cloud-java/owl-bot-postprocessor/
H A DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
15 # Specifying our own image is more reliable than 3rd-party image, which
17 FROM gcr.io/cloud-devrel-public-resources/java17
19 RUN apt-get update && \
20 apt-get -y upgrade && \
21 apt-get install wget && \
22 apt-get install unzip && \
23 apt -y install git && \
24apt-get install -y --no-install-recommends libxml2-utils apt-transport-https ca-certificates gnupg…
25 rm -rf /var/cache/apt
[all …]
/aosp_15_r20/external/aws-crt-java/codebuild/
H A Dlinux-clang6-x64.yml2 #this buildspec assumes the ubuntu aws/codebuild/java:openjdk-8 image
6 - wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
7 - sudo add-apt-repository ppa:ubuntu-toolchain-r/test
8 - sudo apt-add-repository "deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-6.0 main"
9 - sudo apt-get update -y
10 - sudo apt-get install clang-6.0 cmake3 cppcheck clang-format-6.0 ninja-build -y -f
13 - export CC=clang-6.0
14 - export CLANG_FORMAT=clang-format-6.0
17 - echo Build started on `date`
18 - $CODEBUILD_SRC_DIR/codebuild/common-linux.sh -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/
Dcircle.yml7 - run:
12 sudo apt-get install -y software-properties-common apt-transport-https
14 # https://github.com/ilikenwf/apt-fast
15 sudo add-apt-repository -y ppa:apt-fast/stable
16 sudo apt-get update
17 sudo apt-get -y install apt-fast
19 sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
20 wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add -
21 …echo "deb https://apt.llvm.org/trusty/ llvm-toolchain-trusty-4.0 main" | sudo tee -a /etc/apt/sour…
22 …echo "deb https://apt.llvm.org/trusty/ llvm-toolchain-trusty-5.0 main" | sudo tee -a /etc/apt/sour…
[all …]
/aosp_15_r20/external/armnn/
H A DInstallationViaAptRepository.md1 # How to install ArmNN via our APT repository on Ubuntu's Launchpad
4 * [Add the Ubuntu Launchpad PPA to your system](#add-the-ubuntu-launchpad-ppa-to-your-system)
5 * [Outline of available packages](#outline-of-available-packages)
9 * [Install desired combination of packages](#install-desired-combination-of-packages)
10 * [Installation of specific ABI versioned packages](#installation-of-specific-abi-versioned-package…
11 * [Uninstall packages](#uninstall-packages)
21 ## Add the Ubuntu Launchpad PPA to your system
22 * Add the PPA to your sources using a command contained in software-properties-common package:
24 sudo apt install software-properties-common
25 sudo add-apt-repository ppa:armnn/ppa
[all …]
/aosp_15_r20/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_nodepurejs/
H A DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/aosp_15_r20/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_node/
H A DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/.github/workflows/
Dci.yml9 ubuntu-focal:
10 runs-on: ubuntu-20.04
12 fail-fast: false
14 compiler: [ g++-9, g++-10, clang++-9, clang++-10 ]
17 - uses: actions/checkout@v2
19 fetch-depth: '0'
20 - uses: mstachniuk/ci-skip@v1
22 …commit-filter: '[skip ci];[ci skip];[CI SKIP];[SKIP CI];***CI SKIP***;***SKIP CI***;[windows];[Win…
23 commit-filter-separator: ';'
24 fail-fast: true
[all …]
/aosp_15_r20/external/OpenCL-ICD-Loader/.github/workflows/
H A Dlinux.yml6 …b.workspace }}/install/lib/pkgconfig:${{ github.workspace }}/external/OpenCL-Headers/install/share…
11 runs-on: ubuntu-20.04
16 ….com/Kitware/CMake/releases/download/v${{ matrix.CMAKE }}/cmake-${{ matrix.CMAKE }}-Linux-x86_64.t…
19 - name: Cache CMake
23 cache-name: cache-cmake
25 path: ~/cmake-${{matrix.CMAKE}}-Linux-x86_64.tar.gz
26 key: ${{ runner.os }}-${{ env.cache-name }}-${{matrix.CMAKE}}
27 - name: Checkout CMake
28 if: steps.cmake.outputs.cache-hit != 'true'
29 run: wget -c -O ~/cmake-${{matrix.CMAKE}}-Linux-x86_64.tar.gz $CMAKE_URL
[all …]
/aosp_15_r20/external/eigen/ci/
H A 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 …]

1234567891011