Searched full:submodules (Results 1 – 25 of 185) sorted by relevance
12345678
| /third_party/python/Tools/scripts/ |
| D | generate_stdlib_module_names.py | 121 submodules = set() 127 submodules.add(name) 130 # Make sure all frozen submodules have a known parent. 131 for name in list(submodules): 133 submodules.remove(name) 134 if submodules: 135 raise Exception(f'unexpected frozen submodules: {sorted(submodules)}')
|
| /third_party/grpc/tools/run_tests/sanity/ |
| D | check_submodules.sh | 23 submodules=$(mktemp /tmp/submXXXXXX) 26 git submodule | sed 's/+//g' | awk '{ print $2 " " $1 }' | sort >"$submodules" 46 if ! diff -u "$submodules" "$want_submodules"; then 54 echo "Submodules are out of sync. Please update this script or run with --fix." 58 rm "$submodules" "$want_submodules"
|
| /third_party/rust/crates/io-lifetimes/.github/workflows/ |
| D | main.yml | 16 submodules: true 42 submodules: true 70 submodules: true 99 submodules: true 124 submodules: true 154 submodules: true 175 submodules: true
|
| /third_party/rust/crates/is-terminal/.github/workflows/ |
| D | main.yml | 16 submodules: true 42 submodules: true 65 submodules: true 103 submodules: true
|
| /third_party/nghttp2/docker/ |
| D | Dockerfile | 12 RUN git clone --recursive --shallow-submodules --depth 1 -b v1.36.1 https://github.com/aws/aws-lc &… 20 RUN git clone --recursive --shallow-submodules --depth 1 -b v1.6.0 https://github.com/ngtcp2/nghttp… 29 RUN git clone --recursive --shallow-submodules --depth 1 -b v1.8.1 https://github.com/ngtcp2/ngtcp2… 48 RUN git clone --recursive --shallow-submodules --depth 1 -b $NGHTTP2_BRANCH https://github.com/nght…
|
| /third_party/grpc/ |
| D | BUILDING.md | 64 # Clone the repository (including submodules) 66 Before building, you need to clone the gRPC github repository and download submodules containing so… 86 …erent model for dependencies. You only need to worry about downloading submodules if you're buildi… 125 Run from the grpc directory after cloning the repo with --recursive or updating submodules. 143 > @rem Run from grpc directory after cloning the repo with --recursive or updating submodules. 157 > @rem Run from grpc directory after cloning the repo with --recursive or updating submodules. 187 gRPC's git submodules.
|
| /third_party/python/Lib/xml/parsers/ |
| D | expat.py | 6 # provide pyexpat submodules as xml.parsers.expat submodules
|
| /third_party/grpc/tools/bazelify_tests/ |
| D | README.md | 11 …roduces an archive that contains grpc at the current head with all its submodules. The rule uses a… 13 * Uses a workspace status command to obtain the commit SHAs of grpc and all submodules from the wor… 15 …ves are deterministic (they have the same checksum if neither grpc or its submodules have changed).
|
| /third_party/grpc/src/ruby/ |
| D | README.md | 21 …you wish to pull from a git repository or GitHub, make sure to tell bundler to retrieve submodules: 23 gem 'grpc', github: 'grpc/grpc', submodules: true 30 - Init submodules
|
| /third_party/rust/rust/src/tools/rustfmt/ci/ |
| D | check_diff.sh | 128 # $3: Path to any submodules that should be initialized 133 SUBMODULES=$3 139 if [ ! -z "$SUBMODULES" ]; then 140 init_submodules $SUBMODULES
|
| /third_party/nghttp2/.github/workflows/ |
| D | build.yml | 126 …git clone --recursive --shallow-submodules -b ${{ env.LIBBPF_VERSION }} https://github.com/libbpf/… 132 …git clone --recursive --shallow-submodules --depth 1 -b OpenSSL_${{ env.OPENSSL1_VERSION }} https:… 140 …git clone --recursive --shallow-submodules --depth 1 -b openssl-${{ env.OPENSSL3_VERSION }} https:… 161 …git clone --recursive --shallow-submodules --depth 1 -b "${AWSLC_VERSION}" https://github.com/aws/… 178 …git clone --recursive --shallow-submodules --depth 1 -b ${{ env.NGHTTP3_VERSION}} https://github.c… 188 …git clone --recursive --shallow-submodules --depth 1 -b ${{ env.NGTCP2_VERSION }} https://github.c… 203 …git clone --recursive --shallow-submodules --depth 1 -b ${{ env.NGTCP2_VERSION }} https://github.c… 272 submodules: recursive 558 submodules: recursive 606 submodules: recursive [all …]
|
| /third_party/typescript/tests/verify_3rd_libs/ |
| D | clone_all_libs.bat | 36 git clone https://gitee.com/openharmony-tpc/ohos_coap.git --recurse-submodules 45 git clone https://gitee.com/openharmony-tpc/mp4parser.git --recurse-submodules 51 git clone https://gitee.com/openharmony-sig/ohos_videocompressor.git --recurse-submodules
|
| /third_party/grpc/tools/dockerfile/interoptest/grpc_interop_node/ |
| D | build_interop.sh | 20 # clone gRPC submodules, use data from locally cloned submodules where possible
|
| /third_party/grpc/tools/dockerfile/interoptest/grpc_interop_nodepurejs/ |
| D | build_interop.sh | 20 # clone gRPC submodules, use data from locally cloned submodules where possible
|
| /third_party/grpc/tools/dockerfile/interoptest/grpc_interop_ruby/ |
| D | build_interop.sh | 21 # clone gRPC submodules, use data from locally cloned submodules where possible
|
| /third_party/grpc/tools/run_tests/helper_scripts/ |
| D | run_tests_in_workspace.sh | 28 # clone gRPC submodules, use data from locally cloned submodules where possible
|
| /third_party/grpc/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/ |
| D | build_interop.sh | 21 # clone gRPC submodules, use data from locally cloned submodules where possible
|
| /third_party/grpc/tools/dockerfile/interoptest/grpc_interop_python/ |
| D | build_interop.sh | 21 # clone gRPC submodules, use data from locally cloned submodules where possible
|
| /third_party/grpc/tools/run_tests/artifacts/ |
| D | run_in_workspace.sh | 29 # clone gRPC submodules, use data from locally cloned submodules where possible
|
| /third_party/grpc/test/distrib/cpp/ |
| D | run_distrib_test_cmake_as_externalproject.sh | 24 # too many submodules unnecessarily, just wipe out contents of most submodules
|
| /third_party/grpc/tools/dockerfile/interoptest/grpc_interop_http2/ |
| D | build_interop.sh | 21 # clone gRPC submodules, use data from locally cloned submodules where possible
|
| /third_party/grpc/templates/tools/dockerfile/ |
| D | python_build_interop.sh.include | 21 # clone gRPC submodules, use data from locally cloned submodules where possible
|
| D | csharp_build_interop.sh.include | 21 # clone gRPC submodules, use data from locally cloned submodules where possible
|
| /third_party/grpc/tools/dockerfile/interoptest/grpc_interop_cxx/ |
| D | build_interop.sh | 21 # clone gRPC submodules, use data from locally cloned submodules where possible
|
| /third_party/grpc/tools/dockerfile/interoptest/grpc_interop_php7/ |
| D | build_interop.sh | 21 # clone gRPC submodules, use data from locally cloned submodules where possible
|
12345678