Searched +full:libreadline +full:- +full:dev (Results 1 – 25 of 62) sorted by relevance
123
33 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-22.0451 - name: Harden Runner52 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.054 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs56 - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2[all …]
7 # http://www.apache.org/licenses/LICENSE-2.017 FROM gcr.io/oss-fuzz-base/base-builder18 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
7 # http://www.apache.org/licenses/LICENSE-2.016 FROM gcr.io/oss-fuzz-base/base-builder18 RUN apt-get update19 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
7 # http://www.apache.org/licenses/LICENSE-2.017 FROM gcr.io/oss-fuzz-base/base-builder18 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.gz21 RUN git clone --depth 1 https://github.com/django/django-fuzzers.git22 RUN git clone --depth 1 https://github.com/django/django.git
7 # http://www.apache.org/licenses/LICENSE-2.017 FROM gcr.io/oss-fuzz-base/base-builder18 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 …]
7 # http://www.apache.org/licenses/LICENSE-2.017 FROM gcr.io/oss-fuzz-base/base-builder18 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 luajit25 RUN git submodule update --init --recursive
7 # http://www.apache.org/licenses/LICENSE-2.017 FROM gcr.io/oss-fuzz-base/base-builder19 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-dev26 RUN git clone --depth 1 --branch fuzz https://github.com/FRRouting/frr28 RUN git clone --depth 1 https://github.com/qlyoung/corpi
7 # http://www.apache.org/licenses/LICENSE-2.023 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 …]
7 # http://www.apache.org/licenses/LICENSE-2.017 FROM gcr.io/oss-fuzz-base/base-builder18 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 pycryptodomex23 RUN cpan -i Text::Template24 RUN git clone --depth 1 https://github.com/openweave/openweave-core25 WORKDIR $SRC/openweave-core
7 # http://www.apache.org/licenses/LICENSE-2.017 FROM gcr.io/oss-fuzz-base/base-builder18 …-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
7 # http://www.apache.org/licenses/LICENSE-2.017 FROM gcr.io/oss-fuzz-base/base-builder18 RUN apt-get update && apt-get install -y libreadline-dev libselinux1-dev \19 libxml2-dev make autoconf automake libtool pkg-config bison flex21 RUN git clone --depth 1 https://github.com/hercules-team/augeas
1 # 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-manylinux201013 RUN apt-get update14 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 …]
1 # 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 devtoolset14 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.sh32 # Set up a sysroot for glibc 2.12 / libstdc++ 4.4 / devtoolset-7 in /dt7.[all …]
1 # 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 devtoolset14 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.sh32 # Set up a sysroot for glibc 2.12 / libstdc++ 4.4 / devtoolset-7 in /dt7.[all …]
1 # 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 devtoolset14 RUN apt-get update && apt-get install -y \24 rm -rf /var/lib/apt/lists/*28 ADD devtoolset/rpm-patch.sh rpm-patch.sh30 # Set up a sysroot for glibc 2.12 / libstdc++ 4.4 / devtoolset-7 in /dt7.31 RUN /build_devtoolset.sh devtoolset-7 /dt7[all …]
1 # 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 devtoolset14 RUN apt-get update && apt-get install -y \24 rm -rf /var/lib/apt/lists/*28 ADD devtoolset/rpm-patch.sh rpm-patch.sh30 # Set up a sysroot for glibc 2.12 / libstdc++ 4.4 / devtoolset-7 in /dt7.31 RUN /build_devtoolset.sh devtoolset-7 /dt7[all …]
4 # $ 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-multipython11 COPY --from=local-toolchain-ubuntu20.04-manylinux2014 /dt7 /dt712 COPY --from=local-toolchain-ubuntu20.04-manylinux2014 /dt9 /dt917 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 …]
4 # $ 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-multipython11 COPY --from=local-toolchain-ubuntu18.04-manylinux2010 /dt7 /dt716 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 …]
2 --- |9 # http://www.apache.org/licenses/LICENSE-2.017 FROM silkeh/clang:17-bullseye23 RUN apt update && apt install -y build-essential zlib1g-dev libncurses5-dev libgdbm-dev ${'\\'}24 libnss3-dev libssl-dev libreadline-dev libffi-dev libbz2-dev25 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 …]
1 ---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 - //...
7 # http://www.apache.org/licenses/LICENSE-2.017 FROM gcr.io/oss-fuzz-base/base-builder19 RUN apt-get update && apt-get install -y make libreadline-dev zlib1g-dev bison flex
7 # http://www.apache.org/licenses/LICENSE-2.017 FROM gcr.io/oss-fuzz-base/base-builder18 RUN apt-get update && \19 apt-get install -y make autoconf automake libtool wget \20 python zip libreadline-dev libatomic-ops-dev23 RUN ln -s /usr/local/bin/ninja /usr/bin/ninja25 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
7 # http://www.apache.org/licenses/LICENSE-2.016 # on x64 machine. The dockcross/linux-armv7 image is a x86_6418 FROM dockcross/linux-armv720 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 clean25 RUN /scripts/install_python_for_wheel_crosscompilation.sh "3.6.13" "3.6.13" /opt/python/cp36-cp36m26 RUN /scripts/install_python_for_wheel_crosscompilation.sh "3.7.10" "3.7.10" /opt/python/cp37-cp37m27 RUN /scripts/install_python_for_wheel_crosscompilation.sh "3.8.8" "3.8.8" /opt/python/cp38-cp3828 RUN /scripts/install_python_for_wheel_crosscompilation.sh "3.9.2" "3.9.2" /opt/python/cp39-cp3929 RUN /scripts/install_python_for_wheel_crosscompilation.sh "3.10.0" "3.10.0rc1" /opt/python/cp310-cp…[all …]