Home
last modified time | relevance | path

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

12345678

/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/
DDockerfile48 wget \
63 && wget https://www.openssl.org/source/old/1.0.1/openssl-1.0.1j.tar.gz -qO- | tar xz \
73 && wget https://www.openssl.org/source/old/1.0.2/openssl-1.0.2g.tar.gz -qO- | tar xz \
84 && wget https://www.openssl.org/source/openssl-1.1.1a.tar.gz -qO- | tar xz \
94 && wget https://ftp.gnu.org/gnu/nettle/nettle-2.7.1.tar.gz -qO- | tar xz \
104 && wget https://www.gnupg.org/ftp/gcrypt/gnutls/v3.3/gnutls-3.3.8.tar.xz -qO- | tar xJ \
115 && wget https://ftp.gnu.org/gnu/nettle/nettle-3.1.tar.gz -qO- | tar xz \
125 && wget https://www.gnupg.org/ftp/gcrypt/gnutls/v3.4/gnutls-3.4.10.tar.xz -qO- | tar xJ \
138 && wget https://ftp.gnu.org/gnu/nettle/nettle-3.7.3.tar.gz -qO- | tar xz \
148 && wget https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/gnutls-3.7.2.tar.xz -qO- | tar xJ \
/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/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/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/alsa-utils/alsa-info/
Dalsa-info.sh37 WGET="$(command -v wget)"
45 test -z "$WGET" || test ! -x "$WGET" && return
48 wget -O $SHFILE "https://www.alsa-project.org/alsa-info.sh" >/dev/null 2>&1
861 # Check if wget is installed, and supports --post-file.
862 if ! wget --help 2>/dev/null | grep -q post-file; then
863 # We couldn't find a suitable wget. If --upload was passed, tell the user to upload manually.
868 …rg'.\nPossible reasons are:\n\n 1. Couldn't find 'wget' in your PATH\n 2. Your version of wg…
870 …ca'.\nPossible reasons are:\n\n 1. Couldn't find 'wget' in your PATH\n 2. Your version of wg…
877 echo " 1. Couldn't find 'wget' in your PATH"
878 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/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/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/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/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/vk-gl-cts/external/amber/src/kokoro/android/
Dbuild.sh38 wget http://www.cmake.org/files/v3.18/cmake-3.18.6.tar.gz
48 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip
53 wget -q https://dl.google.com/android/repository/android-ndk-r25b-linux.zip
/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/json/tools/cpplint/
Dupdate.sh3 wget -N https://raw.githubusercontent.com/cpplint/cpplint/master/cpplint.py
4 wget -N https://raw.githubusercontent.com/cpplint/cpplint/master/README.rst
/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/exfatprogs/
D.travis_get_mainline_kernel8 wget https://www.kernel.org/releases.json
27 wget https://cdn.kernel.org/pub/linux/kernel/v"$MVER".x/linux-"$VER".tar.gz
/third_party/mesa3d/.gitlab-ci/bare-metal/
Dfastboot.sh103 apt install -y wget
105 wget $BM_KERNEL -O kernel
106 wget $BM_DTB -O dtb
/third_party/skia/infra/wasm-common/docker/karma-chrome-tests/
DDockerfile11 RUN wget https://github.com/Yelp/dumb-init/releases/download/v1.2.2/dumb-init_1.2.2_amd64.deb
16 RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
/third_party/mesa3d/.gitlab-ci/container/fedora/
Dx86_build.sh16 wget
81 wget $XORG_RELEASES/util/$XORGMACROS_VERSION.tar.bz2
/third_party/skia/infra/lottiecap/docker/lottie-web-puppeteer/
DDockerfile10 RUN wget https://github.com/Yelp/dumb-init/releases/download/v1.2.2/dumb-init_1.2.2_amd64.deb
17 RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -

12345678