Home
last modified time | relevance | path

Searched full:wget (Results 1 – 25 of 222) sorted by relevance

123456789

/third_party/mesa3d/.gitlab-ci/container/
Dbaremetal_build.sh9 if wget -q --method=HEAD "${ARTIFACTS_PREFIX}/${FDO_UPSTREAM_REPO}/${ARTIFACTS_SUFFIX}/${arch}/done…
15 wget ${ARTIFACTS_URL}/lava-rootfs.tgz -O rootfs.tgz
24 wget ${ARTIFACTS_URL}/Image
25 wget ${ARTIFACTS_URL}/Image.gz
26 wget ${ARTIFACTS_URL}/cheza-kernel
34 wget ${ARTIFACTS_URL}/$DTB
42 wget ${ARTIFACTS_URL}/zImage
47 wget ${ARTIFACTS_URL}/$DTB
/third_party/protobuf/kokoro/linux/dockerfile/test/php_32bit/
DDockerfile22 wget \
41 RUN wget http://ftp.gnu.org/gnu/bison/bison-2.6.4.tar.gz -O /var/local/bison-2.6.4.tar.gz
79 RUN wget -O phpunit https://phar.phpunit.de/phpunit-4.phar \
107 RUN wget -O phpunit https://phar.phpunit.de/phpunit-5.phar \
135 RUN wget -O phpunit https://phar.phpunit.de/phpunit-6.phar \
163 RUN wget -O phpunit https://phar.phpunit.de/phpunit-7.phar \
191 RUN wget -O phpunit https://phar.phpunit.de/phpunit-7.phar \
219 RUN wget -O phpunit https://phar.phpunit.de/phpunit-7.phar \
225 RUN wget https://ftp.gnu.org/gnu/bison/bison-3.0.1.tar.gz -O /var/local/bison-3.0.1.tar.gz
233 RUN wget https://github.com/php/php-src/archive/php-7.4.0.tar.gz -O /var/local/php-7.4.0.tar.gz
[all …]
/third_party/protobuf/kokoro/linux/dockerfile/test/php/
DDockerfile22 wget \
43 RUN wget http://ftp.gnu.org/gnu/bison/bison-2.6.4.tar.gz -O /var/local/bison-2.6.4.tar.gz
83 RUN wget -O phpunit https://phar.phpunit.de/phpunit-4.phar \
113 RUN wget -O phpunit https://phar.phpunit.de/phpunit-5.phar \
143 RUN wget -O phpunit https://phar.phpunit.de/phpunit-6.phar \
173 RUN wget -O phpunit https://phar.phpunit.de/phpunit-7.phar \
203 RUN wget -O phpunit https://phar.phpunit.de/phpunit-7.phar \
233 RUN wget -O phpunit https://phar.phpunit.de/phpunit-7.phar \
239 RUN wget https://ftp.gnu.org/gnu/bison/bison-3.0.1.tar.gz -O /var/local/bison-3.0.1.tar.gz
247 RUN wget https://github.com/php/php-src/archive/php-7.4.0.tar.gz -O /var/local/php-7.4.0.tar.gz
[all …]
/third_party/mbedtls/tests/docker/bionic/
DDockerfile56 wget \
67 && wget https://www.openssl.org/source/old/1.0.1/openssl-1.0.1j.tar.gz -qO- | tar xz \
77 && wget https://www.openssl.org/source/old/1.0.2/openssl-1.0.2g.tar.gz -qO- | tar xz \
88 && wget https://www.openssl.org/source/openssl-1.1.1a.tar.gz -qO- | tar xz \
98 && wget https://ftp.gnu.org/gnu/nettle/nettle-2.7.1.tar.gz -qO- | tar xz \
108 && wget https://www.gnupg.org/ftp/gcrypt/gnutls/v3.3/gnutls-3.3.8.tar.xz -qO- | tar xJ \
119 && wget https://ftp.gnu.org/gnu/nettle/nettle-3.1.tar.gz -qO- | tar xz \
129 && wget https://www.gnupg.org/ftp/gcrypt/gnutls/v3.4/gnutls-3.4.10.tar.xz -qO- | tar xJ \
142 && wget https://ftp.gnu.org/gnu/nettle/nettle-3.7.3.tar.gz -qO- | tar xz \
152 && wget https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/gnutls-3.7.2.tar.xz -qO- | tar xJ \
/third_party/ejdb/docker/testbed/
Dsetup.sh18 apt-get install -y apt-utils software-properties-common apt-transport-https sudo curl wget zip unzip
22 wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | t…
23 wget -qO- https://deb.nodesource.com/setup_12.x | bash -
24 wget -qO- https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
25 wget -qO- https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
29 wget -qO- https://storage.googleapis.com/download.dartlang.org/linux/debian/dart_unstable.list >/et…
82wget -qO swift.tar.gz https://swift.org/builds/swift-5.2.3-release/ubuntu1604/swift-5.2.3-RELEASE/…
116 wget -O commandlinetools.zip https://dl.google.com/android/repository/commandlinetools-linux-620080…
164 wget https://sourceware.org/pub/valgrind/valgrind-3.15.0.tar.bz2
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/
Dfetch-torture-tests.sh6 wget -O - $BUILD_PATH/wasm-torture-s-$BUILDID.tbz2 \
9 wget -O - $BUILD_PATH/wasm-torture-s2wasm-sexpr-wasm-$BUILDID.tbz2 \
12 wget -O - $BUILD_PATH/wasm-binaries-$BUILDID.tbz2 \
15 wget -O - \
/third_party/toybox/toys/pending/
Dwget.c1 /* wget.c - Simple downloader to get the resource file from a HTTP server
29 USE_WGET(NEWTOY(wget, "<1>1(max-redirect)#<0=20d(debug)O(output-document):", TOYFLAG_USR|TOYFLAG_BI…
31 config WGET
32 bool "wget"
35 usage: wget [OPTIONS]... [URL]
41 wget http://www.example.com
44 bool "Enable HTTPS support for wget via LibTLS"
46 depends on WGET && !WGET_OPENSSL
48 Enable HTTPS support for wget by linking to LibTLS.
52 bool "Enable HTTPS support for wget via OpenSSL"
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/.circleci/
Dconfig.yml10 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget autoconf automake libtool pkg-config ragel free…
20 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget autoconf automake libtool pkg-config ragel free…
30 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget autoconf automake libtool pkg-config ragel free…
87 …- run: apt install -y clang wget autoconf automake libtool pkg-config ragel libfreetype6-dev libfo…
89 …- run: wget http://download.savannah.gnu.org/releases/freetype/freetype-2.9.tar.bz2 && tar xf free…
118 - run: apt update || true; apt install -y wget gnupg
119 - run: wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
134 - run: apt update || true; apt install -y wget gnupg
135 - run: wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
150 - run: apt update || true; apt install -y wget gnupg
[all …]
/third_party/rust/crates/cxx/.devcontainer/
Dbuild.Dockerfile8 …&& wget -q -O bin/install-bazel https://github.com/bazelbuild/bazel/releases/download/4.0.0/bazel-…
9 …&& wget -q -O bin/buck https://jitpack.io/com/github/facebook/buck/a5f0342ae3/buck-a5f0342ae3-java…
10 …&& wget -q -O bin/buildifier https://github.com/bazelbuild/buildtools/releases/latest/download/bui…
11 …&& wget -q -O tmp/watchman.zip https://github.com/facebook/watchman/releases/download/v2020.09.21.…
/third_party/json/third_party/cpplint/
Dupdate.sh3 wget -N https://raw.githubusercontent.com/cpplint/cpplint/master/cpplint.py
4 wget -N https://raw.githubusercontent.com/cpplint/cpplint/master/LICENSE
5 wget -N https://raw.githubusercontent.com/cpplint/cpplint/master/README.rst
/third_party/alsa-utils/alsa-info/
Dalsa-info.sh37 WGET=$(command -v wget)
45 test -z "$WGET" -o ! -x "$WGET" && return
48 wget -O $SHFILE "https://www.alsa-project.org/alsa-info.sh" >/dev/null 2>&1
848 # Check if wget is installed, and supports --post-file.
849 if ! wget --help 2>/dev/null | grep -q post-file; then
850 # We couldn't find a suitable wget. If --upload was passed, tell the user to upload manually.
855 …org.\nPossible reasons are:\n\n 1. Couldn't find 'wget' in your PATH\n 2. Your version of wg…
857 ….ca.\nPossible reasons are:\n\n 1. Couldn't find 'wget' in your PATH\n 2. Your version of wg…
864 echo " 1. Couldn't find 'wget' in your PATH"
865 echo " 2. Your version of wget is less than 1.8.2"
[all …]
/third_party/protobuf/kokoro/linux/dockerfile/test/csharp/
DDockerfile22 wget \
29 RUN wget -q https://dot.net/v1/dotnet-install.sh && \
35 RUN wget -q www.nuget.org/NuGet.exe -O /usr/local/bin/nuget.exe
/third_party/mesa3d/.gitlab-ci/container/debian/
Darm_test.sh22 wget
25 wget https://raw.githubusercontent.com/net-snmp/net-snmp/master/mibs/SNMPv2-SMI.txt \
32 wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/qcom/a530_pf…
Dandroid_build.sh15 wget -O $ndk.zip https://dl.google.com/android/repository/$ndk-linux-x86_64.zip
34 wget https://dri.freedesktop.org/libdrm/$LIBDRM_VERSION.tar.xz
63 wget https://fossies.org/linux/misc/old/$LIBELF_VERSION.tar.gz
/third_party/libsnd/Scripts/
Dstatic-deps-build.mk45 @echo "It requires all the normal build tools require to build libsndfile plus wget."
62 (cd $(tarball_dir) && wget $(download_url)flac/$(flac_tarball) -O $(flac_tarball))
66 (cd $(tarball_dir) && wget $(download_url)ogg/$(ogg_tarball) -O $(ogg_tarball))
70 (cd $(tarball_dir) && wget $(download_url)vorbis/$(vorbis_tarball) -O $(vorbis_tarball))
74 (cd $(tarball_dir) && wget https://archive.mozilla.org/pub/opus/$(opus_tarball) -O $(opus_tarball))
/third_party/flutter/flutter/dev/ci/docker_linux/
DDockerfile22 wget \
31 RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
48 RUN wget -q https://deb.nodesource.com/setup_10.x -O "${NODEJS_INSTALL}/nodejs_install.sh"
73 RUN wget --progress=dot:giga "${ANDROID_SDK_URL}" -O "${ANDROID_SDK_ARCHIVE}"
96 RUN wget --progress=dot:giga "$GRADLE_URL" -O "${GRADLE_ARCHIVE}"
/third_party/libwebsockets/scripts/
Dtravis_install.sh17 wget https://libwebsockets.org/openssl-1.1.0-trusty.tar.bz2 -O/tmp/openssl.tar.bz2
27 wget https://libwebsockets.org/openssl-1.1.0-trusty.tar.bz2 -O/tmp/openssl.tar.bz2
37 wget https://libwebsockets.org/openssl-1.1.0-trusty.tar.bz2 -O/tmp/openssl.tar.bz2
/third_party/openh264/build/
DDockerfile12 RUN apt-get install -y bison flex g++ gcc git libgmp3-dev libmpc-dev libmpfr-dev libz-dev make wget
15 RUN wget http://ftp.gnu.org/gnu/gcc/gcc-4.9.2/gcc-4.9.2.tar.gz
25 RUN wget http://www.nasm.us/pub/nasm/releasebuilds/2.11.06/nasm-2.11.06.tar.gz
/third_party/vk-gl-cts/external/amber/src/kokoro/android/
Dbuild.sh33 wget http://www.cmake.org/files/v3.10/cmake-3.10.2.tar.gz
43 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip
48 wget -q https://dl.google.com/android/repository/android-ndk-r20-linux-x86_64.zip
/third_party/protobuf/kokoro/linux/32-bit/
DDockerfile35 wget \
60 RUN wget http://am1.php.net/get/php-5.5.38.tar.bz2/from/this/mirror
68 RUN wget http://am1.php.net/get/php-5.6.30.tar.bz2/from/this/mirror
76 RUN wget http://am1.php.net/get/php-7.0.18.tar.bz2/from/this/mirror
84 RUN wget http://am1.php.net/get/php-7.1.4.tar.bz2/from/this/mirror
/third_party/protobuf/kokoro/linux/dockerfile/test/php80/
DDockerfile22 wget \
45 RUN wget https://ftp.gnu.org/gnu/bison/bison-3.0.1.tar.gz -O /var/local/bison-3.0.1.tar.gz
88 RUN wget -O phpunit https://phar.phpunit.de/phpunit-9.phar \
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/windows/
Dpresubmit.bat56 wget -q http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-gcc-7.3.0-2-any.pkg.tar.xz
57 wget -q http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-gcc-libs-7.3.0-2-any.pkg.tar.xz
69wget -q https://github.com/bazelbuild/bazel/releases/download/0.29.1/bazel-0.29.1-windows-x86_64.z…
/third_party/protobuf/php/tests/
Dmultirequest.sh15 wget http://localhost:$PORT/multirequest.result -O multirequest.result
16 wget http://localhost:$PORT/multirequest.result -O multirequest.result
/third_party/mesa3d/.gitlab-ci/
Ddownload-git-cache.sh19 /usr/bin/wget -O $TMP_DIR/$CI_PROJECT_NAME.tar.gz \
22 # check wget error code
/third_party/libxml2/xstc/
DMakefile.am39 if [ -x "$(WGET)" ] ; then \
40 $(WGET) $(TARBALLURL_2) ; \
51 if [ -x "$(WGET)" ] ; then \
52 $(WGET) $(TARBALLURL) ; \

123456789