Searched +full:- +full:- +full:no +full:- +full:install +full:- +full:recommends (Results 1 – 25 of 254) sorted by relevance
1234567891011
20 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE36 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 update47 sudo apt-get install --no-install-recommends -y \50 iputils-ping \51 libreadline-dev \[all …]
20 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE30 set -euxo pipefail33 [[ -d $TOOLS_HOME ]] || mkdir -p "$TOOLS_HOME"41 if [[ -f ${OTBR_APT_CONF_FILE} ]] && grep Install-Recommends "${OTBR_APT_CONF_FILE}"; then45 sudo tee -a /etc/apt/apt.conf <<EOF46 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 …]
3 set -ex5 if [ -n "$CLANG_VERSION" ]; then8 sudo apt-get update9 # gpg-agent is not available by default on 18.0410 sudo apt-get install -y --no-install-recommends gpg-agent11 … 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 conflicts15 sudo apt-get -y -f install18 sudo apt-get update[all …]
6 _CFLAGS: -O2 -Wformat -Wformat-security -Wall -Werror -D_FORTIFY_SOURCE=2 -fstack-protector-strong8 permissions: read-all12 runs-on: ubuntu-20.0414 CC: /usr/bin/clang-1415 CXX: /usr/bin/clang++-1416 ASM: /usr/bin/clang-1418 - name: checkout media-driver22 - name: checkout libva27 - name: checkout gmmlib32 - name: install toolchain[all …]
5 - apt-get update -y6 - apt-get install -y --no-install-recommends software-properties-common7 - add-apt-repository -y ppa:ubuntu-toolchain-r/test8 - apt-get update9 - apt-get install --no-install-recommends -y ${EIGEN_CI_CXX_COMPILER}10 ${EIGEN_CI_CC_COMPILER} cmake ninja-build12 - mkdir -p ${BUILDDIR} && cd ${BUILDDIR}13 - CXX=${EIGEN_CI_CXX_COMPILER} CC=${EIGEN_CI_CC_COMPILER} cmake -G14 ${EIGEN_CI_CMAKE_GENEATOR} -DEIGEN_TEST_CXX11=${EIGEN_TEST_CXX11}16 - cmake --build . --target buildsmoketests[all …]
7 # http://www.apache.org/licenses/LICENSE-2.032 ENV LANG C.UTF-835 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \37 software-properties-common39 RUN add-apt-repository ppa:deadsnakes/ppa41 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 …]
7 # http://www.apache.org/licenses/LICENSE-2.028 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 …]
19 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE33 branches-ignore:34 - 'dependabot/**'37 - 'main'40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…41 cancel-in-progress: true49 runs-on: ubuntu-24.0451 - name: Harden Runner52 uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.254 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs[all …]
20 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE34 set -euxo pipefail40 # add clang-format and clang-tidy for pretty41 …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 dependencies58 sudo apt-get update59 sudo apt-get --no-install-recommends install -y g++ lsb-release cmake ninja-build shellcheck[all …]