Home
last modified time | relevance | path

Searched +full:libreadline +full:- +full:dev (Results 1 – 25 of 62) sorted by relevance

123

/external/openthread/.github/workflows/
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@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
54 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
56 - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
[all …]
/external/oss-fuzz/projects/python3-libraries/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && \
19-get install -y build-essential libncursesw5-dev libreadline-dev libssl-dev libgdbm-dev libc6-dev
21 RUN git clone --depth 1 https://github.com/guidovranken/python-library-fuzzers.git
/external/oss-fuzz/projects/cpython3/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
16 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update
19 RUN apt-get install -y build-essential libncursesw5-dev \
20 libreadline-dev libssl-dev libgdbm-dev \
21 libc6-dev libsqlite3-dev tk-dev libbz2-dev \
22 zlib1g-dev libffi-dev
/external/oss-fuzz/projects/django/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && \
19-get install -y build-essential libncursesw5-dev libreadline-dev libssl-dev libgdbm-dev libc6-dev
20 RUN wget -q https://github.com/python/cpython/archive/v3.8.7.tar.gz
21 RUN git clone --depth 1 https://github.com/django/django-fuzzers.git
22 RUN git clone --depth 1 https://github.com/django/django.git
/external/oss-fuzz/projects/mercurial/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt-get install -y \
21 build-essential \
23 libbz2-dev \
24 libncurses5-dev \
25 libncursesw5-dev \
26 libreadline-dev \
27 libsqlite3-dev \
28 libssl-dev \
[all …]
/external/oss-fuzz/projects/tarantool/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt-get install -y \
19 build-essential cmake make coreutils sed \
20 autoconf automake libtool zlib1g-dev \
21 libreadline-dev libncurses5-dev libssl-dev \
22 libunwind-dev libicu-dev luajit
25 RUN git submodule update --init --recursive
/external/oss-fuzz/projects/frr/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
19 RUN apt-get update && apt-get install -y git autoconf automake libtool make \
20 libreadline-dev texinfo libjson-c-dev pkg-config bison flex python3-pip \
21 libc-ares-dev python3-dev python3-sphinx build-essential libsystemd-dev \
22 libsnmp-dev libcap-dev libelf-dev libpcre3-dev libpcre2-dev
26 RUN git clone --depth 1 --branch fuzz https://github.com/FRRouting/frr
28 RUN git clone --depth 1 https://github.com/qlyoung/corpi
/external/python/python-api-core/.kokoro/docker/docs/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
23 RUN apt-get update \
24 && apt-get install -y --no-install-recommends \
25 apt-transport-https \
26 build-essential \
27 ca-certificates \
31 gpg-agent \
33 libbz2-dev \
34 libdb5.3-dev \
35 libexpat1-dev \
[all …]
/external/python/google-auth-library-python/.kokoro/docker/docs/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
23 RUN apt-get update \
24 && apt-get install -y --no-install-recommends \
25 apt-transport-https \
26 build-essential \
27 ca-certificates \
31 gpg-agent \
33 libbz2-dev \
34 libdb5.3-dev \
35 libexpat1-dev \
[all …]
/external/oss-fuzz/projects/openweave/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt-get install -y python3-pip python-setuptools bridge-utils \
19 libglib2.0-dev libdbus-1-dev libudev-dev \
20 libical-dev libreadline-dev udev \
22 RUN pip3 install --user google-cloud googleapis-common-protos grpcio protobuf pycryptodomex
23 RUN cpan -i Text::Template
24 RUN git clone --depth 1 https://github.com/openweave/openweave-core
25 WORKDIR $SRC/openweave-core
/external/oss-fuzz/projects/opensc/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18-get update && apt-get install -y pcscd libccid libpcsclite-dev libssl-dev libreadline-dev autocon…
19 RUN git clone --depth 1 --single-branch --branch master https://github.com/OpenSC/OpenSC opensc
/external/oss-fuzz/projects/augeas/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt-get install -y libreadline-dev libselinux1-dev \
19 libxml2-dev make autoconf automake libtool pkg-config bison flex
21 RUN git clone --depth 1 https://github.com/hercules-team/augeas
/external/tensorflow/tensorflow/tools/ci_build/
DDockerfile.rbe.cuda10.2-cudnn7-ubuntu18.04-manylinux2010-multipython1 # Dockerfile to build a manylinux 2010 compliant cross-compiler.
7 # $ docker build -f Dockerfile.rbe.cuda10.2-cudnn7-ubuntu18.04-manylinux2010-multipython \
8 # --tag "gcr.io/tensorflow-testing/nosla-cuda10.2-cudnn7-ubuntu18.04-manylinux2010-multipython" .
9 # $ docker push gcr.io/tensorflow-testing/nosla-cuda10.2-cudnn7-ubuntu18.04-manylinux2010-multipyth…
11 FROM gcr.io/tensorflow-testing/nosla-cuda10.0-cudnn7-ubuntu16.04-manylinux2010
13 RUN apt-get update
14 RUN apt-get remove -y --allow-change-held-packages cuda-license-10-0 libcudnn7 libcudnn8 libnccl2 l…
15 RUN apt-get install -y --no-install-recommends --allow-downgrades --allow-change-held-packages \
17 libcublas-dev \
18 cuda-nvml-dev-10.2 \
[all …]
DDockerfile.rbe.cuda11.4-cudnn8.2-ubuntu20.04-manylinux2014-multipython1 # Dockerfile to build a manylinux 2010 compliant cross-compiler.
7 # $ docker build -f Dockerfile.rbe.cuda11.4-cudnn8.2-ubuntu20.04-manylinux2014-multipython \
8 # --tag "gcr.io/tensorflow-testing/nosla-cuda11.4-cudnn8.2-ubuntu20.04-manylinux2014-multipython" .
9 # $ docker push gcr.io/tensorflow-testing/nosla-cuda11.4-cudnn8.2-ubuntu20.04-manylinux2014-multipy…
11 FROM nvidia/cuda:11.4.1-cudnn8-devel-ubuntu20.04 as devtoolset
14 RUN apt-get update && apt-get install -y \
24 xz-utils \
26 rm -rf /var/lib/apt/lists/*
30 ADD devtoolset/rpm-patch.sh rpm-patch.sh
32 # Set up a sysroot for glibc 2.12 / libstdc++ 4.4 / devtoolset-7 in /dt7.
[all …]
DDockerfile.rbe.cuda11.0-cudnn8-ubuntu18.04-manylinux2010-multipython1 # Dockerfile to build a manylinux 2010 compliant cross-compiler.
7 # $ docker build -f Dockerfile.rbe.cuda11.0-cudnn8-ubuntu18.04-manylinux2010-multipython \
8 # --tag "gcr.io/tensorflow-testing/nosla-cuda11.0-cudnn8-ubuntu18.04-manylinux2010-multipython" .
9 # $ docker push gcr.io/tensorflow-testing/nosla-cuda11.0-cudnn8-ubuntu18.04-manylinux2010-multipyth…
11 FROM nvidia/cuda:11.0-cudnn8-devel-ubuntu18.04 as devtoolset
14 RUN apt-get update && apt-get install -y \
24 xz-utils \
26 rm -rf /var/lib/apt/lists/*
30 ADD devtoolset/rpm-patch.sh rpm-patch.sh
32 # Set up a sysroot for glibc 2.12 / libstdc++ 4.4 / devtoolset-7 in /dt7.
[all …]
DDockerfile.rbe.cuda10.1-cudnn7-ubuntu16.04-manylinux2010-multipython1 # Dockerfile to build a manylinux 2010 compliant cross-compiler.
7 # $ docker build -f Dockerfile.rbe.cuda10.1-cudnn7-ubuntu16.04-manylinux2010-multipython \
8 # --tag "gcr.io/tensorflow-testing/nosla-cuda10.1-cudnn7-ubuntu16.04-manylinux2010-multipython" .
9 # $ docker push gcr.io/tensorflow-testing/nosla-cuda10.1-cudnn7-ubuntu16.04-manylinux2010-multipyth…
11 FROM nvidia/cuda:10.1-cudnn7-devel-ubuntu16.04 as devtoolset
14 RUN apt-get update && apt-get install -y \
24 rm -rf /var/lib/apt/lists/*
28 ADD devtoolset/rpm-patch.sh rpm-patch.sh
30 # Set up a sysroot for glibc 2.12 / libstdc++ 4.4 / devtoolset-7 in /dt7.
31 RUN /build_devtoolset.sh devtoolset-7 /dt7
[all …]
DDockerfile.rbe.cuda10.1-cudnn7-ubuntu18.04-manylinux2010-multipython1 # Dockerfile to build a manylinux 2010 compliant cross-compiler.
7 # $ docker build -f Dockerfile.rbe.cuda10.1-cudnn7-ubuntu18.04-manylinux2010-multipython \
8 # --tag "gcr.io/tensorflow-testing/nosla-cuda10.1-cudnn7-ubuntu18.04-manylinux2010-multipython" .
9 # $ docker push gcr.io/tensorflow-testing/nosla-cuda10.1-cudnn7-ubuntu18.04-manylinux2010-multipyth…
11 FROM nvidia/cuda:10.1-cudnn7-devel-ubuntu18.04 as devtoolset
14 RUN apt-get update && apt-get install -y \
24 rm -rf /var/lib/apt/lists/*
28 ADD devtoolset/rpm-patch.sh rpm-patch.sh
30 # Set up a sysroot for glibc 2.12 / libstdc++ 4.4 / devtoolset-7 in /dt7.
31 RUN /build_devtoolset.sh devtoolset-7 /dt7
[all …]
DDockerfile.rbe.rocm-ubuntu20.04-manylinux2014-multipython4 # $ docker build -f Dockerfile.local-toolchain-ubuntu20.04-manylinux2014 \
5 # --tag "local-toolchain-ubuntu20.04-manylinux2014" .
6 # $ docker build -f Dockerfile.rbe.rocm-ubuntu20.04-manylinux2014-multipython \
7 # --tag "gcr.io/tensorflow-testing/nosla-rocm-ubuntu20.04-manylinux2014-multipython" .
8 # $ docker push gcr.io/tensorflow-testing/nosla-rocm-ubuntu20.04-manylinux2014-multipython
11 COPY --from=local-toolchain-ubuntu20.04-manylinux2014 /dt7 /dt7
12 COPY --from=local-toolchain-ubuntu20.04-manylinux2014 /dt9 /dt9
17 RUN apt-get update && apt-get install -y --no-install-recommends \
18 curl libnuma-dev gnupg sudo libelf1 build-essential \
19 && curl -k -sL https://repo.radeon.com/rocm/rocm.gpg.key | apt-key add - \
[all …]
DDockerfile.rbe.rocm-ubuntu18.04-manylinux2010-multipython4 # $ docker build -f Dockerfile.local-toolchain-ubuntu18.04-manylinux2010 \
5 # --tag "local-toolchain-ubuntu18.04-manylinux2010" .
6 # $ docker build -f Dockerfile.rbe.rocm-ubuntu18.04-manylinux2010-multipython \
7 # --tag "gcr.io/tensorflow-testing/nosla-rocm-ubuntu18.04-manylinux2010-multipython" .
8 # $ docker push gcr.io/tensorflow-testing/nosla-rocm-ubuntu18.04-manylinux2010-multipython
11 COPY --from=local-toolchain-ubuntu18.04-manylinux2010 /dt7 /dt7
16 RUN apt-get update && apt-get install -y --no-install-recommends \
17 curl libnuma-dev gnupg sudo libelf1 build-essential \
18 && curl -k -sL https://repo.radeon.com/rocm/rocm.gpg.key | apt-key add - \
20 && apt-get update && apt-get install -y --no-install-recommends \
[all …]
/external/grpc-grpc/templates/tools/dockerfile/test/sanity/
DDockerfile.template2 --- |
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 && ${'\\'}
31 RUN curl https://bootstrap.pypa.io/get-pip.py | python3
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/upb/.bazelci/
Dpresubmit.yml1 ---
6 - "sudo apt -y update && sudo apt -y install libreadline-dev cmake rsync"
8 - "--incompatible_disallow_empty_glob"
10 - //...
14 - "--incompatible_disallow_empty_glob"
16 - //...
/external/oss-fuzz/projects/postgresql/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
19 RUN apt-get update && apt-get install -y make libreadline-dev zlib1g-dev bison flex
/external/oss-fuzz/projects/hermes/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && \
19 apt-get install -y make autoconf automake libtool wget \
20 python zip libreadline-dev libatomic-ops-dev
23 RUN ln -s /usr/local/bin/ninja /usr/bin/ninja
25 RUN wget https://github.com/unicode-org/icu/archive/refs/tags/cldr/2021-08-25.tar.gz && \
26 tar xzvf ./2021-08-25.tar.gz && \
27 mv ./icu-cldr-2021-08-25/icu4c $SRC/icu
/external/grpc-grpc/tools/dockerfile/grpc_artifact_python_linux_armv7/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
16 # on x64 machine. The dockcross/linux-armv7 image is a x86_64
18 FROM dockcross/linux-armv7
20 RUN apt update && apt install -y build-essential zlib1g-dev libncurses5-dev libgdbm-dev \
21 libnss3-dev libssl-dev libreadline-dev libffi-dev && apt-get clean
25 RUN /scripts/install_python_for_wheel_crosscompilation.sh "3.6.13" "3.6.13" /opt/python/cp36-cp36m
26 RUN /scripts/install_python_for_wheel_crosscompilation.sh "3.7.10" "3.7.10" /opt/python/cp37-cp37m
27 RUN /scripts/install_python_for_wheel_crosscompilation.sh "3.8.8" "3.8.8" /opt/python/cp38-cp38
28 RUN /scripts/install_python_for_wheel_crosscompilation.sh "3.9.2" "3.9.2" /opt/python/cp39-cp39
29 RUN /scripts/install_python_for_wheel_crosscompilation.sh "3.10.0" "3.10.0rc1" /opt/python/cp310-cp…
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/grpc_artifact_python_linux_armv7/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
16 # on x64 machine. The dockcross/linux-armv7 image is a x86_64
18 FROM dockcross/linux-armv7
20 RUN apt update && apt install -y build-essential zlib1g-dev libncurses5-dev libgdbm-dev \
21 libnss3-dev libssl-dev libreadline-dev libffi-dev && apt-get clean
25 RUN /scripts/install_python_for_wheel_crosscompilation.sh "3.6.13" "3.6.13" /opt/python/cp36-cp36m
26 RUN /scripts/install_python_for_wheel_crosscompilation.sh "3.7.10" "3.7.10" /opt/python/cp37-cp37m
27 RUN /scripts/install_python_for_wheel_crosscompilation.sh "3.8.8" "3.8.8" /opt/python/cp38-cp38
28 RUN /scripts/install_python_for_wheel_crosscompilation.sh "3.9.2" "3.9.2" /opt/python/cp39-cp39
29 RUN /scripts/install_python_for_wheel_crosscompilation.sh "3.10.0" "3.10.0rc1" /opt/python/cp310-cp…
[all …]

123