Home
last modified time | relevance | path

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

12345

/third_party/nghttp2/docker/
DDockerfile5 RUN apt-get update && \
6 DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
7 git clang make binutils autoconf automake autotools-dev libtool \
8 pkg-config cmake cmake-data \
9 zlib1g-dev libev-dev libjemalloc-dev ruby-dev libc-ares-dev bison \
10 libelf-dev libbrotli-dev
12 RUN git clone --recursive --depth 1 -b v1.26.0 https://github.com/aws/aws-lc && \
13 cd aws-lc && \
14 cmake -B build -DDISABLE_GO=ON && \
15 make -j$(nproc) -C build && \
[all …]
/third_party/ltp/ci/
Ddebian.minimal.sh2 # Copyright (c) 2018-2023 Petr Vorel <pvorel@suse.cz>
3 set -ex
5 apt="apt remove -y"
10 libacl1-dev \
11 libaio-dev \
13 libcap-dev \
14 libkeyutils-dev \
15 libnuma-dev \
17 libselinux1-dev \
18 libsepol-dev \
[all …]
Ddebian.sh2 # Copyright (c) 2018-2021 Petr Vorel <pvorel@suse.cz>
3 set -ex
5 # workaround for missing oldstable-updates repository
6 # W: Failed to fetch http://deb.debian.org/debian/dists/oldstable-updates/main/binary-amd64/Packages
7 grep -v oldstable-updates /etc/apt/sources.list > /tmp/sources.list && mv /tmp/sources.list /etc/ap…
14 apt="apt install -y --no-install-recommends"
17 acl-dev \
22 build-essential \
30 libacl1-dev \
31 libaio-dev \
[all …]
Ddebian.i386.sh2 # Copyright (c) 2018-2020 Petr Vorel <pvorel@suse.cz>
3 set -ex
5 dpkg --add-architecture i386
8 apt install -y --no-install-recommends \
9 linux-libc-dev:i386 \
10 gcc-multilib \
14 libc6-dev-i386 \
18 libssl-dev:i386 \
19 libtirpc-dev:i386 \
20 pkg-config:i386
/third_party/libcoap/build-env/
DDockerfile.build-env1 FROM debian:testing-slim
3 RUN apt-get update && apt-get install -y autoconf automake gcc clang \
4 libtool libtool-bin make pkg-config libcunit1-dev libssl-dev \
5 libgnutls28-dev libmbedtls-dev exuberant-ctags git valgrind \
6 graphviz doxygen libxml2-utils xsltproc docbook-xml docbook-xsl asciidoc
7 RUN apt-get clean
DDockerfile.develop1 FROM obgm/libcoap:build-env
3 RUN apt-get update && apt-get install -y cmake git g++
4 RUN apt-get clean
10 RUN ./autogen.sh --clean && ./autogen.sh
11 RUN ./configure --disable-documentation --enable-tests --enable-examples --with-openssl && make ins…
14 RUN git clone --depth 1 https://github.com/cabo/cn-cbor.git && cd cn-cbor && ./build.sh all doc ins…
17 FROM debian:testing-slim
19 RUN apt-get update && apt-get install -y autoconf automake gcc g++ gdb libtool libtool-bin make \
20 pkg-config libssl-dev libgnutls28-dev libmbedtls-dev
21 RUN apt-get install -y iproute2 lsof net-tools inetutils-ping netcat-openbsd less vim
[all …]
/third_party/mindspore/mindspore-src/source/scripts/docker/mindspore-cpu/0.2.0-alpha/
DDockerfile6 ENV PYTHON_ROOT_PATH /usr/local/python-3.7.5
11 && DEBIAN_FRONTEND=noninteractive apt install -y \
15 xz-utils \
16 net-tools \
17 openssh-client \
23 bash-completion
26 RUN DEBIAN_FRONTEND=noninteractive apt install -y \
31 libgmp-dev \
39 RUN echo "dash dash/sh boolean false" | debconf-set-selections
40 RUN DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash
[all …]
/third_party/mindspore/mindspore-src/source/scripts/docker/mindspore-cpu/0.5.0-beta/
DDockerfile6 ENV PYTHON_ROOT_PATH /usr/local/python-3.7.5
11 && DEBIAN_FRONTEND=noninteractive apt install -y \
15 xz-utils \
16 net-tools \
17 openssh-client \
23 bash-completion
26 RUN DEBIAN_FRONTEND=noninteractive apt install -y \
31 libgmp-dev \
39 RUN echo "dash dash/sh boolean false" | debconf-set-selections
40 RUN DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash
[all …]
/third_party/mindspore/mindspore-src/source/scripts/docker/mindspore-cpu/0.6.0-beta/
DDockerfile6 ENV PYTHON_ROOT_PATH /usr/local/python-3.7.5
11 && DEBIAN_FRONTEND=noninteractive apt install -y \
15 xz-utils \
16 net-tools \
17 openssh-client \
23 bash-completion
26 RUN DEBIAN_FRONTEND=noninteractive apt install -y \
31 libgmp-dev \
39 RUN echo "dash dash/sh boolean false" | debconf-set-selections
40 RUN DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash
[all …]
/third_party/mindspore/mindspore-src/source/scripts/docker/mindspore-cpu/0.3.0-alpha/
DDockerfile6 ENV PYTHON_ROOT_PATH /usr/local/python-3.7.5
11 && DEBIAN_FRONTEND=noninteractive apt install -y \
15 xz-utils \
16 net-tools \
17 openssh-client \
23 bash-completion
26 RUN DEBIAN_FRONTEND=noninteractive apt install -y \
31 libgmp-dev \
39 RUN echo "dash dash/sh boolean false" | debconf-set-selections
40 RUN DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash
[all …]
/third_party/mindspore/mindspore-src/source/scripts/docker/mindspore-cpu/0.7.0-beta/
DDockerfile6 ENV PYTHON_ROOT_PATH /usr/local/python-3.7.5
11 && DEBIAN_FRONTEND=noninteractive apt install -y \
15 xz-utils \
16 net-tools \
17 openssh-client \
23 bash-completion
26 RUN DEBIAN_FRONTEND=noninteractive apt install -y \
31 libgmp-dev \
39 RUN echo "dash dash/sh boolean false" | debconf-set-selections
40 RUN DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash
[all …]
/third_party/mindspore/mindspore-src/source/scripts/docker/mindspore-cpu/1.2.0/
DDockerfile6 ENV PYTHON_ROOT_PATH /usr/local/python-3.7.5
11 && DEBIAN_FRONTEND=noninteractive apt install -y \
15 xz-utils \
16 net-tools \
17 openssh-client \
23 bash-completion
26 RUN DEBIAN_FRONTEND=noninteractive apt install -y \
31 libgmp-dev \
39 RUN DEBIAN_FRONTEND=noninteractive apt install -y \
40 libnuma-dev
[all …]
/third_party/mindspore/mindspore-src/source/scripts/docker/mindspore-cpu/1.2.1/
DDockerfile6 ENV PYTHON_ROOT_PATH /usr/local/python-3.7.5
11 && DEBIAN_FRONTEND=noninteractive apt install -y \
15 xz-utils \
16 net-tools \
17 openssh-client \
23 bash-completion
26 RUN DEBIAN_FRONTEND=noninteractive apt install -y \
31 libgmp-dev \
39 RUN DEBIAN_FRONTEND=noninteractive apt install -y \
40 libnuma-dev
[all …]
/third_party/mindspore/mindspore-src/source/scripts/docker/mindspore-cpu/1.1.0/
DDockerfile6 ENV PYTHON_ROOT_PATH /usr/local/python-3.7.5
11 && DEBIAN_FRONTEND=noninteractive apt install -y \
15 xz-utils \
16 net-tools \
17 openssh-client \
23 bash-completion
26 RUN DEBIAN_FRONTEND=noninteractive apt install -y \
31 libgmp-dev \
39 RUN DEBIAN_FRONTEND=noninteractive apt install -y \
40 libnuma-dev
[all …]
/third_party/mindspore/mindspore-src/source/scripts/docker/mindspore-cpu/0.1.0-alpha/
DDockerfile6 ENV PYTHON_ROOT_PATH /usr/local/python-3.7.5
11 && DEBIAN_FRONTEND=noninteractive apt install -y \
15 xz-utils \
16 net-tools \
17 openssh-client \
23 bash-completion
26 RUN DEBIAN_FRONTEND=noninteractive apt install -y \
31 libgmp-dev \
39 RUN echo "dash dash/sh boolean false" | debconf-set-selections
40 RUN DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash
[all …]
/third_party/mindspore/mindspore-src/source/scripts/docker/mindspore-cpu/1.0.0/
DDockerfile6 ENV PYTHON_ROOT_PATH /usr/local/python-3.7.5
11 && DEBIAN_FRONTEND=noninteractive apt install -y \
15 xz-utils \
16 net-tools \
17 openssh-client \
23 bash-completion
26 RUN DEBIAN_FRONTEND=noninteractive apt install -y \
31 libgmp-dev \
39 RUN echo "dash dash/sh boolean false" | debconf-set-selections
40 RUN DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash
[all …]
/third_party/mindspore/mindspore-src/source/scripts/docker/mindspore-cpu/runtime/
DDockerfile6 ENV PYTHON_ROOT_PATH /usr/local/python-3.7.5
11 && DEBIAN_FRONTEND=noninteractive apt install -y \
15 xz-utils \
16 net-tools \
17 openssh-client \
23 bash-completion
26 RUN DEBIAN_FRONTEND=noninteractive apt install -y \
31 libgmp-dev \
37 libjpeg8-dev
40 RUN DEBIAN_FRONTEND=noninteractive apt install -y \
[all …]
/third_party/pulseaudio/
D.gitlab-ci.yml4 # effectively a no-op. All of this infrastructure is inherited from the
5 # freedesktop/ci-templates repository which is the recommended way to set up CI
14 - container
15 - build
22 FDO_DISTRIBUTION_TAG: '2023-08-13-00'
31 - project: 'freedesktop/ci-templates'
35 build-container:
36 extends: .fdo.container-build@ubuntu
44 FDO_DISTRIBUTION_PACKAGES: >-
46 bash-completion
[all …]
/third_party/mindspore/mindspore-src/source/scripts/docker/mindspore-cpu/1.3.0/
DDockerfile6 ENV PYTHON_ROOT_PATH /usr/local/python-3.7.5
11 && DEBIAN_FRONTEND=noninteractive apt install -y \
15 xz-utils \
16 net-tools \
17 openssh-client \
23 bash-completion
26 RUN DEBIAN_FRONTEND=noninteractive apt install -y \
31 libgmp-dev \
39 RUN DEBIAN_FRONTEND=noninteractive apt install -y \
40 libnuma-dev
[all …]
/third_party/mindspore/mindspore-src/source/scripts/docker/mindspore-cpu/1.5.0rc1/
DDockerfile6 ENV PYTHON_ROOT_PATH /usr/local/python-3.7.5
11 && DEBIAN_FRONTEND=noninteractive apt install -y \
15 xz-utils \
16 net-tools \
17 openssh-client \
23 bash-completion
26 RUN DEBIAN_FRONTEND=noninteractive apt install -y \
31 libgmp-dev \
37 libjpeg8-dev
40 RUN DEBIAN_FRONTEND=noninteractive apt install -y \
[all …]
/third_party/mindspore/mindspore-src/source/scripts/docker/mindspore-cpu/1.5.0/
DDockerfile6 ENV PYTHON_ROOT_PATH /usr/local/python-3.7.5
11 && DEBIAN_FRONTEND=noninteractive apt install -y \
15 xz-utils \
16 net-tools \
17 openssh-client \
23 bash-completion
26 RUN DEBIAN_FRONTEND=noninteractive apt install -y \
31 libgmp-dev \
37 libjpeg8-dev
40 RUN DEBIAN_FRONTEND=noninteractive apt install -y \
[all …]
/third_party/mindspore/mindspore-src/source/scripts/docker/mindspore-cpu/1.6.0/
DDockerfile6 ENV PYTHON_ROOT_PATH /usr/local/python-3.7.5
11 && DEBIAN_FRONTEND=noninteractive apt install -y \
15 xz-utils \
16 net-tools \
17 openssh-client \
23 bash-completion
26 RUN DEBIAN_FRONTEND=noninteractive apt install -y \
31 libgmp-dev \
37 libjpeg8-dev
40 RUN DEBIAN_FRONTEND=noninteractive apt install -y \
[all …]
/third_party/mindspore/mindspore-src/source/scripts/docker/mindspore-cpu/1.9.0/
DDockerfile6 ENV PYTHON_ROOT_PATH /usr/local/python-3.7.5
11 && DEBIAN_FRONTEND=noninteractive apt install -y \
15 xz-utils \
16 net-tools \
17 openssh-client \
23 bash-completion
26 RUN DEBIAN_FRONTEND=noninteractive apt install -y \
31 libgmp-dev \
37 libjpeg8-dev
40 RUN DEBIAN_FRONTEND=noninteractive apt install -y \
[all …]
/third_party/mindspore/mindspore-src/source/scripts/docker/mindspore-cpu/1.10.0/
DDockerfile6 ENV PYTHON_ROOT_PATH /usr/local/python-3.7.5
11 && DEBIAN_FRONTEND=noninteractive apt install -y \
15 xz-utils \
16 net-tools \
17 openssh-client \
23 bash-completion
26 RUN DEBIAN_FRONTEND=noninteractive apt install -y \
31 libgmp-dev \
37 libjpeg8-dev
40 RUN DEBIAN_FRONTEND=noninteractive apt install -y \
[all …]
/third_party/mindspore/mindspore-src/source/scripts/docker/mindspore-cpu/1.7.0/
DDockerfile6 ENV PYTHON_ROOT_PATH /usr/local/python-3.7.5
11 && DEBIAN_FRONTEND=noninteractive apt install -y \
15 xz-utils \
16 net-tools \
17 openssh-client \
23 bash-completion
26 RUN DEBIAN_FRONTEND=noninteractive apt install -y \
31 libgmp-dev \
37 libjpeg8-dev
40 RUN DEBIAN_FRONTEND=noninteractive apt install -y \
[all …]

12345