Searched +full:libcurl4 +full:- +full:gnutls +full:- +full:dev (Results 1 – 8 of 8) sorted by relevance
| /external/zstd/.github/workflows/ |
| D | commit.yml | 5 - dev 6 permissions: read-all 8 short-tests-0: 9 runs-on: ubuntu-latest 12 image: fbopensource/zstd-circleci-primary:0.0.1 13 options: --entrypoint /bin/bash 15 - uses: actions/checkout@v4 16 - name: Install Dependencies 18 sudo apt-get update 19 sudo apt-get install libcurl4-gnutls-dev [all …]
|
| D | nightly.yml | 4 - cron: 0 0 * * * 7 - release 8 - dev 9 - master 10 permissions: read-all 12 regression-test: 13 runs-on: ubuntu-latest 16 image: fbopensource/zstd-circleci-primary:0.0.1 17 options: --entrypoint /bin/bash 19 CIRCLE_ARTIFACTS: "/tmp/circleci-artifacts" [all …]
|
| /external/oss-fuzz/projects/htslib/ |
| D | Dockerfile | 7 # 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 make autoconf automake zlib1g-dev libbz2-dev liblzma-dev l… 19 RUN git clone --depth 1 --shallow-submodules --recurse-submodules https://github.com/samtools/htsli…
|
| /external/oss-fuzz/projects/git/ |
| D | Dockerfile | 7 # 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 --no-install-recommends -y \ 20 cvs cvsps gettext libcgi-pm-perl libcurl4-gnutls-dev \ 21 libdbd-sqlite3-perl liberror-perl libexpat1-dev libhttp-date-perl \ 22 libio-pty-perl libmailtools-perl libpcre2-dev libpcre3-dev libsvn-perl \ 23 perl-modules libyaml-perl libz-dev python subversion tcl unzip \ 24 asciidoc docbook-xsl xmlto libssl-dev zip
|
| /external/oss-fuzz/projects/clib/ |
| D | Dockerfile | 7 # 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 make cmake libcurl4-gnutls-dev -qq
|
| /external/virglrenderer/ci/ |
| D | build-container.sh | 3 set -e 4 set -o xtrace 9 export LD_LIBRARY_PATH=/usr/local/lib64:/usr/local/lib:/usr/local/lib/x86_64-linux-gnu 10 …fig:/usr/local/lib64/pkgconfig:/usr/local/share/pkgconfig:/usr/local/lib/x86_64-linux-gnu/pkgconfig 11 export LDFLAGS="-L/usr/local/lib64 -L/usr/local/lib/ -L/usr/local/lib/x86_64-linux-gnu" 14 export CFLAGS="-g3" 15 export CXXFLAGS="-g3" 16 export GIT_DATE="2020-02-02" 19 echo 'path-exclude=/usr/share/doc/*' > /etc/dpkg/dpkg.cfg.d/99-exclude-cruft 20 echo 'path-exclude=/usr/share/man/*' >> /etc/dpkg/dpkg.cfg.d/99-exclude-cruft [all …]
|
| /external/cronet/build/ |
| D | install-build-deps.py | 4 # Use of this source code is governed by a BSD-style license that can be 23 output = subprocess.check_output(["apt-cache", "dumpavail"]).decode() 31 def package_exists(package_name: str) -> bool: 38 parser.add_argument("--syms", 42 "--no-syms", 48 "--lib32", 50 help="Enable installation of 32-bit libraries, e.g. for V8 snapshot", 53 "--android", 58 "--no-android", 63 parser.add_argument("--arm", [all …]
|
| /external/angle/build/ |
| D | install-build-deps.py | 4 # Use of this source code is governed by a BSD-style license that can be 23 output = subprocess.check_output(["apt-cache", "dumpavail"]).decode() 31 def package_exists(package_name: str) -> bool: 38 parser.add_argument("--syms", 42 "--no-syms", 48 "--lib32", 50 help="Enable installation of 32-bit libraries, e.g. for V8 snapshot", 53 "--android", 58 "--no-android", 63 parser.add_argument("--arm", [all …]
|