Searched +full:pip +full:- +full:clang +full:- +full:version (Results 1 – 25 of 142) sorted by relevance
123456
| /external/sandboxed-api/.github/workflows/ |
| D | ubuntu-cmake.yml | 1 name: ubuntu-cmake 11 fail-fast: false 14 # Ubuntu 22.04: Use preinstalled Clang 12.0.1, 13.0.1 and 14.0.0 15 - os: ubuntu-22.04 16 compiler: clang 17 compiler-version: 14 18 libclang-version: 14 19 pip-clang-version: "14.0" 20 ignore-errors: false 21 - os: ubuntu-22.04 [all …]
|
| /external/liblc3/.github/workflows/ |
| D | ci.yaml | 10 build-linux: 11 runs-on: ubuntu-latest 13 - uses: actions/checkout@v4 14 - run: gcc -v 15 - run: make 17 build-linux-meson: 18 runs-on: ubuntu-latest 20 - uses: actions/checkout@v4 21 - uses: actions/setup-python@v5 23 python-version: '3.10' [all …]
|
| /external/grpc-grpc/tools/dockerfile/test/rbe_ubuntu2004/ |
| D | Dockerfile | 3 # Licensed under the Apache License, Version 2.0 (the "License"); 7 # http://www.apache.org/licenses/LICENSE-2.0 17 # Workaround the "tzdata hangs apt-get install during docker image build" issue for ubuntu20.04 21 RUN apt-get update && apt-get install -y build-essential curl git time wget zip && apt-get clean 29 RUN apt-get update && apt-get install -y \ 31 python3-pip \ 32 python3-setuptools \ 33 python3-yaml \ 34 && apt-get clean 36 # use pinned version of pip to avoid sudden breakages [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/rbe_ubuntu2004/ |
| D | Dockerfile | 3 # Licensed under the Apache License, Version 2.0 (the "License"); 7 # http://www.apache.org/licenses/LICENSE-2.0 17 # Workaround the "tzdata hangs apt-get install during docker image build" issue for ubuntu20.04 21 RUN apt-get update && apt-get install -y build-essential curl git time wget zip && apt-get clean 29 RUN apt-get update && apt-get install -y \ 31 python3-pip \ 32 python3-setuptools \ 33 python3-yaml \ 34 && apt-get clean 36 # use pinned version of pip to avoid sudden breakages [all …]
|
| /external/harfbuzz_ng/.circleci/ |
| D | config.yml | 1 version: 2.1 4 win32-executor: 6 - image: cimg/base:edge-20.04 7 win64-executor: 9 - image: cimg/base:edge-20.04 10 autotools-executor: 12 - image: cimg/base:edge-20.04 16 macos-aat-fonts: 20 - checkout 21 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g… [all …]
|
| /external/federated-compute/ |
| D | GETTING_STARTED.md | 10 * A C++ compiler (e.g., Clang or GCC, but see note about GCC below) 16 sudo apt install -y git gcc python3 python3-dev python3-venv 19 > ⚠️ The project maintainers internally test with Clang only, so support for 20 > GCC-based builds is provided only on a best-effort basis and may at times be 23 > If using GCC then we recommend using a recent version (e.g., at least as 26 > If using Clang then please see [Building with Clang](#building-with-clang) for 27 > further Clang-specific instructions. 41 instructions with the desired version (e.g., `python3.X`). 44 python3 -m venv venv 46 pip install --upgrade pip [all …]
|
| /external/grpc-grpc/tools/dockerfile/test/cxx_clang_6_x64/ |
| D | Dockerfile | 3 # Licensed under the Apache License, Version 2.0 (the "License"); 7 # http://www.apache.org/licenses/LICENSE-2.0 15 FROM silkeh/clang:6 17 RUN apt-get update && apt-get install -y build-essential curl git time wget zip && apt-get clean 23 RUN git config --global --add safe.directory '*' 24 RUN git config --global protocol.file.allow always 32 RUN apt-get update && apt-get install -y \ 34 python3-pip \ 35 python3-setuptools \ 36 python3-yaml \ [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/cxx_clang_6_x64/ |
| D | Dockerfile | 3 # Licensed under the Apache License, Version 2.0 (the "License"); 7 # http://www.apache.org/licenses/LICENSE-2.0 15 FROM silkeh/clang:6 17 RUN apt-get update && apt-get install -y build-essential curl git time wget zip && apt-get clean 24 RUN apt-get update && apt-get install -y \ 26 python3-pip \ 27 python3-setuptools \ 28 python3-yaml \ 29 && apt-get clean 31 # use pinned version of pip to avoid sudden breakages [all …]
|
| /external/tensorflow/tensorflow/tools/ci_build/ |
| D | Dockerfile.micro | 4 FROM python:3.9.0-buster 8 RUN echo deb http://apt.llvm.org/buster/ llvm-toolchain-buster-12 main > /etc/apt/sources.list.d/ll… 9 RUN wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - 11 RUN apt-get update 13 RUN apt-get install -y zip xxd sudo 15 RUN apt-get install -y clang-12 clang-format-12 16 # Set clang-12 and clang-format-12 as the default to ensure that the pigweed 17 # formatting scripts use the desired version. 18 RUN ln -s /usr/bin/clang-12 /usr/bin/clang 19 RUN ln -s /usr/bin/clang++-12 /usr/bin/clang++ [all …]
|
| /external/libnl/.github/workflows/ |
| D | ci.yml | 1 name: libnl3-ci 11 clang-format: 12 runs-on: ubuntu-latest 16 - name: Install packages 18 sudo dnf install -y \ 19 clang-tools-extra \ 22 - name: Check out repository code 25 - name: Setup git 27 git config --global --add safe.directory "$PWD" 29 - name: Formatting with clang-format [all …]
|
| /external/openthread/script/ |
| D | bootstrap | 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 63 PLATFORM=$(lsb_release -is) [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/sanity/ |
| D | Dockerfile | 3 # Licensed under the Apache License, Version 2.0 (the "License"); 7 # http://www.apache.org/licenses/LICENSE-2.0 15 FROM silkeh/clang:15-bullseye 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 \ [all …]
|
| /external/grpc-grpc/tools/dockerfile/test/sanity/ |
| D | Dockerfile | 3 # Licensed under the Apache License, Version 2.0 (the "License"); 7 # http://www.apache.org/licenses/LICENSE-2.0 15 FROM silkeh/clang:17-bullseye 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 \ [all …]
|
| /external/grpc-grpc/templates/tools/dockerfile/test/sanity/ |
| D | Dockerfile.template | 2 --- | 5 # Licensed under the Apache License, Version 2.0 (the "License"); 9 # http://www.apache.org/licenses/LICENSE-2.0 17 FROM silkeh/clang:17-bullseye 23 RUN apt update && apt install -y build-essential zlib1g-dev libncurses5-dev libgdbm-dev ${'\\'} 24 libnss3-dev libssl-dev libreadline-dev libffi-dev libbz2-dev 25 RUN curl -O https://www.python.org/ftp/python/3.7.9/Python-3.7.9.tar.xz && ${'\\'} 26 tar -xf Python-3.7.9.tar.xz && ${'\\'} 27 cd Python-3.7.9 && ${'\\'} 29 make -j 4 && ${'\\'} [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/ |
| D | README.rst | 7 ------------------------- 11 ------------ 22 $ pip install grpcio-tools 28 $ sudo pip install grpcio-tools 30 If you're on Windows make sure that you installed the :code:`pip.exe` component 35 $ pip.exe install grpcio-tools 37 Windows users may need to invoke :code:`pip.exe` from a command line ran as 40 n.b. On Windows and on Mac OS X one *must* have a recent release of :code:`pip` 42 version! 52 package named :code:`python-dev`) and Cython installed. It further requires a [all …]
|
| /external/grpc-grpc/tools/distrib/python/grpcio_tools/ |
| D | README.rst | 7 ------------------------- 11 ------------ 22 $ pip install grpcio-tools 28 $ sudo pip install grpcio-tools 30 If you're on Windows make sure that you installed the :code:`pip.exe` component 35 $ pip.exe install grpcio-tools 37 Windows users may need to invoke :code:`pip.exe` from a command line ran as 40 n.b. On Windows and on Mac OS X one *must* have a recent release of :code:`pip` 42 version! 52 package named :code:`python-dev`) and Cython installed. It further requires a [all …]
|
| /external/AFLplusplus/ |
| D | .custom-format.py | 3 # american fuzzy lop++ - custom code formatter 4 # -------------------------------------------- 9 # Copyright 2019-2023 AFLplusplus Project. All rights reserved. 11 # Licensed under the Apache License, Version 2.0 (the "License"); 15 # http://www.apache.org/licenses/LICENSE-2.0 33 Check if the correct version of clang-format is installed via pip. 36 bool: True if the correct version of clang-format is installed, 39 # Check if clang-format is installed 41 # Check if the installed version is the expected LLVM version 42 if importlib.metadata.version('clang-format')\ [all …]
|
| /external/grpc-grpc/tools/internal_ci/linux/aws/ |
| D | grpc_run_basictests_python_aarch64.sh | 4 # Licensed under the Apache License, Version 2.0 (the "License"); 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -ex 18 # install pre-requisites for gRPC C core build 20 sudo apt install -y build-essential autoconf libtool pkg-config cmake python python-pip clang 21 sudo pip install six 23 # install python3.6 and pip 24 sudo apt install -y python3 python3-pip 25 python3 --version 29 git submodule update --init [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/internal_ci/linux/aws/ |
| D | grpc_run_basictests_python_aarch64.sh | 4 # Licensed under the Apache License, Version 2.0 (the "License"); 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -ex 18 # install pre-requisites for gRPC C core build 20 sudo apt install -y build-essential autoconf libtool pkg-config cmake python python-pip clang 21 sudo pip install six 23 # install python3.6 and pip 24 sudo apt install -y python3 python3-pip 25 python3 --version 29 git submodule update --init [all …]
|
| /external/grpc-grpc/tools/dockerfile/test/cxx_clang_17_x64/ |
| D | Dockerfile | 3 # Licensed under the Apache License, Version 2.0 (the "License"); 7 # http://www.apache.org/licenses/LICENSE-2.0 15 FROM silkeh/clang:17-bullseye 17 RUN apt-get update && apt-get install -y build-essential curl git time wget zip && apt-get clean 23 RUN git config --global --add safe.directory '*' 24 RUN git config --global protocol.file.allow always 32 RUN apt-get update && apt-get install -y \ 34 python3-pip \ 35 python3-setuptools \ 36 python3-yaml \ [all …]
|
| /external/libxkbcommon/.github/workflows/ |
| D | main.yml | 11 runs-on: ubuntu-18.04 14 compiler: [clang, gcc] 16 - uses: actions/checkout@v2 17 - uses: actions/setup-python@v1 19 python-version: '3.7' 20 - name: Install dependencies 22 python -m pip install --upgrade pip meson 23 sudo apt update -y 24 sudo env DEBIAN_FRONTEND=noninteractive apt install -y \ 25 doxygen libxcb-xkb-dev valgrind ninja-build \ [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/cxx_clang_15_x64/ |
| D | Dockerfile | 3 # Licensed under the Apache License, Version 2.0 (the "License"); 7 # http://www.apache.org/licenses/LICENSE-2.0 15 FROM silkeh/clang:15-bullseye 17 RUN apt-get update && apt-get install -y build-essential curl git time wget zip && apt-get clean 24 RUN apt-get update && apt-get install -y \ 26 python3-pip \ 27 python3-setuptools \ 28 python3-yaml \ 29 && apt-get clean 31 # use pinned version of pip to avoid sudden breakages [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/bazel_arm64/ |
| D | Dockerfile | 3 # Licensed under the Apache License, Version 2.0 (the "License"); 7 # 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 \ [all …]
|
| /external/grpc-grpc/tools/dockerfile/test/cxx_debian11_x86/ |
| D | Dockerfile | 3 # Licensed under the Apache License, Version 2.0 (the "License"); 7 # 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 \ [all …]
|
| /external/grpc-grpc/tools/dockerfile/test/bazel_arm64/ |
| D | Dockerfile | 3 # Licensed under the Apache License, Version 2.0 (the "License"); 7 # 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 \ [all …]
|
123456