Home
last modified time | relevance | path

Searched +full:windows +full:- +full:artifacts (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/external/protobuf/protoc-artifacts/
DREADME.md1 # Build scripts that publish pre-compiled protoc artifacts
14 * [build-protoc.sh](build-protoc.sh): script to cross-build the protoc for your
16 * [pom.xml](pom.xml): script to upload artifacts to maven.
17 * [build-zip.sh](build-zip.sh): script to package published maven artifacts in
21 The published protoc artifacts are available on Maven here:
31 ``protoc-<version>-<os>-<arch>.exe``, e.g., ``protoc-3.6.1-linux-x86_64.exe``.
33 Note that artifacts for linux/macos also have the `.exe` suffix but they are
34 not windows binaries.
39 The scripts only work under Unix-like environments, e.g., Linux, MacOSX, and
40 Cygwin or MinGW for Windows. Please see ``README.md`` of the Protobuf project
[all …]
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http…
16 language-specific code for Protobuf messages and RPC interfaces.
19 <url>https://developers.google.com/protocol-buffers/</url>
22 <name>BSD-3-Clause</name>
23 <url>https://opensource.org/licenses/BSD-3-Clause</url>
37 <artifactId>build-helper-maven-plugin</artifactId>
41 <id>attach-artifacts</id>
44 <goal>attach-artifact</goal>
47 <artifacts>
[all …]
/external/cronet/third_party/protobuf/protoc-artifacts/
DREADME.md1 # Build scripts that publish pre-compiled protoc artifacts
14 * [build-protoc.sh](build-protoc.sh): script to cross-build the protoc for your
16 * [pom.xml](pom.xml): script to upload artifacts to maven.
17 * [build-zip.sh](build-zip.sh): script to package published maven artifacts in
21 The published protoc artifacts are available on Maven here:
31 ``protoc-<version>-<os>-<arch>.exe``, e.g., ``protoc-3.6.1-linux-x86_64.exe``.
33 Note that artifacts for linux/macos also have the `.exe` suffix but they are
34 not windows binaries.
39 The scripts only work under Unix-like environments, e.g., Linux, MacOSX, and
40 Cygwin or MinGW for Windows. Please see ``README.md`` of the Protobuf project
[all …]
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http…
16 language-specific code for Protobuf messages and RPC interfaces.
19 <url>https://developers.google.com/protocol-buffers/</url>
22 <name>BSD-3-Clause</name>
23 <url>https://opensource.org/licenses/BSD-3-Clause</url>
37 <artifactId>build-helper-maven-plugin</artifactId>
41 <id>attach-artifacts</id>
44 <goal>attach-artifact</goal>
47 <artifacts>
[all …]
/external/bazelbuild-rules_rust/.github/workflows/
Drelease.yaml1 ---
7 - main
9 - version.bzl
16 BAZEL_STARTUP_FLAGS: --bazelrc=${{ github.workspace }}/.github/github.bazelrc
20 runs-on: ubuntu-20.04
22 - uses: actions/checkout@v3
25 - name: Ensure branch is 'main'
28 branch="$(git rev-parse --abbrev-ref HEAD)"
35 - name: Ensure release does not already exist
39 if [[ -n "$(git tag -l ${version})" ]]; then
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/windows/
Dgrpc_distribtests_csharp.bat7 @rem http://www.apache.org/licenses/LICENSE-2.0
33 @rem Install Msys2 zip to avoid crash when using cygwin's zip on grpc-win2016 kokoro workers.
35 @rem TODO(jtattermusch): find a better way of making the build_packages step work on windows worker…
37 curl -sSL --fail -o C:\zip\zip.exe https://storage.googleapis.com/grpc-build-helper/zip-3.0-1-x86_6…
39 zip --version
41 @rem Build all protoc windows artifacts
42 python tools/run_tests/task_runner.py -f artifact windows protoc %TASK_RUNNER_EXTRA_FILTERS% -j 4 -…
44 @rem the next step expects to find the artifacts from the previous step in the "input_artifacts" fo…
45 bash -c "rm -rf input_artifacts; mkdir -p input_artifacts; cp -r artifacts/* input_artifacts/ || tr…
49 @rem (this is required as we only have the windows artifacts at hand)
[all …]
Dgrpc_distribtests_python.bat7 @rem http://www.apache.org/licenses/LICENSE-2.0
31 @rem Build all python windows artifacts
32 python tools/run_tests/task_runner.py -f artifact windows python %TASK_RUNNER_EXTRA_FILTERS% -j 4 -…
34 @rem the next step expects to find the artifacts from the previous step in the "input_artifacts" fo…
35 bash -c "rm -rf input_artifacts; mkdir -p input_artifacts; cp -r artifacts/* input_artifacts/ || tr…
37 @rem Collect the python artifact from subdirectories of input_artifacts/ to artifacts/
38 @rem TODO(jtattermusch): when collecting the artifacts that will later be uploaded as kokoro job ar…
39 @rem potentially skip some file names that would clash with linux-created artifacts.
40 bash -c "cp -r input_artifacts/python_*/* artifacts/ || true"
42 @rem TODO(jtattermusch): Here we would normally run python windows distribtests, but currently no s…
/external/grpc-grpc/tools/internal_ci/windows/
Dgrpc_distribtests_csharp.bat7 @rem http://www.apache.org/licenses/LICENSE-2.0
33 @rem Install Msys2 zip to avoid crash when using cygwin's zip on grpc-win2016 kokoro workers.
35 @rem TODO(jtattermusch): find a better way of making the build_packages step work on windows worker…
37 curl -sSL --fail -o C:\zip\zip.exe https://storage.googleapis.com/grpc-build-helper/zip-3.0-1-x86_6…
39 zip --version
41 @rem Build all protoc windows artifacts
42 python tools/run_tests/task_runner.py -f artifact windows protoc %TASK_RUNNER_EXTRA_FILTERS% -j 4 -…
44 @rem the next step expects to find the artifacts from the previous step in the "input_artifacts" fo…
45 bash -c "rm -rf input_artifacts; mkdir -p input_artifacts; cp -r artifacts/* input_artifacts/ || tr…
49 @rem (this is required as we only have the windows artifacts at hand)
[all …]
Dgrpc_distribtests_python.bat7 @rem http://www.apache.org/licenses/LICENSE-2.0
31 @rem Build all python windows artifacts
32 python tools/run_tests/task_runner.py -f artifact windows python %TASK_RUNNER_EXTRA_FILTERS% -j 4 -…
34 @rem the next step expects to find the artifacts from the previous step in the "input_artifacts" fo…
35 bash -c "rm -rf input_artifacts; mkdir -p input_artifacts; cp -r artifacts/* input_artifacts/ || tr…
37 @rem Collect the python artifact from subdirectories of input_artifacts/ to artifacts/
38 @rem TODO(jtattermusch): when collecting the artifacts that will later be uploaded as kokoro job ar…
39 @rem potentially skip some file names that would clash with linux-created artifacts.
40 bash -c "cp -r input_artifacts/python_*/* artifacts/ || true"
42 @rem TODO(jtattermusch): Here we would normally run python windows distribtests, but currently no s…
[all …]
/external/grpc-grpc/tools/run_tests/artifacts/
Dartifact_targets.py8 # http://www.apache.org/licenses/LICENSE-2.0
15 """Definition of targets to build artifacts."""
41 environ["ARTIFACTS_OUT"] = "artifacts/%s" % name
45 docker_args += ["-e", "%s=%s" % (k, v)]
50 "OUTPUT_DIR": "artifacts",
83 environ["ARTIFACTS_OUT"] = os.path.join("..", "artifacts", name)
86 "tools/run_tests/artifacts/run_in_workspace.sh",
89 environ["ARTIFACTS_OUT"] = os.path.join("artifacts", name)
105 _MACOS_COMPAT_FLAG = "-mmacosx-version-min=10.10"
107 _ARCH_FLAG_MAP = {"x86": "-m32", "x64": "-m64"}
[all …]
Dbuild_package_ruby.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
22 mkdir -p artifacts/
26 # NOTE: Besides the platform-specific native gems, all the artifact build
27 # jobs will generate a grpc-X.Y.Z.gem source package, and only one of them
28 # will end up in the artifacts/ directory. They should be all equivalent
30 cp -r "${EXTERNAL_GIT_ROOT}"/input_artifacts/ruby_native_gem_*/* artifacts/ || true
32 # Next, build the "grpc-tools" gem by collecting the protoc and grpc_ruby_plugin binaries
45 for plat in {windows,linux,macos}; do
46 # skip non-existent macos x86 protoc artifact
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/artifacts/
Dartifact_targets.py8 # http://www.apache.org/licenses/LICENSE-2.0
15 """Definition of targets to build artifacts."""
39 environ['ARTIFACTS_OUT'] = 'artifacts/%s' % name
43 docker_args += ['-e', '%s=%s' % (k, v)]
48 'OUTPUT_DIR': 'artifacts'
78 environ['ARTIFACTS_OUT'] = os.path.join('..', 'artifacts', name)
79 cmdline = ['bash', 'tools/run_tests/artifacts/run_in_workspace.sh'
82 environ['ARTIFACTS_OUT'] = os.path.join('artifacts', name)
96 _MACOS_COMPAT_FLAG = '-mmacosx-version-min=10.10'
98 _ARCH_FLAG_MAP = {'x86': '-m32', 'x64': '-m64'}
[all …]
Dbuild_package_ruby.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
22 mkdir -p artifacts/
26 # NOTE: Besides the platform-specific native gems, all the artifact build
27 # jobs will generate a grpc-X.Y.Z.gem source package, and only one of them
28 # will end up in the artifacts/ directory. They should be all equivalent
30 cp -r "${EXTERNAL_GIT_ROOT}"/input_artifacts/ruby_native_gem_*/* artifacts/ || true
32 # Next, build the "grpc-tools" gem by collecting the protoc and grpc_ruby_plugin binaries
45 for plat in {windows,linux,macos}; do
46 # skip non-existent macos x86 protoc artifact
[all …]
/external/perfetto/infra/luci/recipes/perfetto.expected/
Dci_win.json9 "-u",
11 "--json-output",
13 "ensure-directory",
14 "--mode",
64 "--tags",
115 "rev-parse",
132 "name": "git.rev-parse",
140 "tools/install-build-deps"
156 "name": "build-deps"
162 "-root",
[all …]
/external/pigweed/pw_arduino_build/py/pw_arduino_build/
Dcore_installer.py8 # https://www.apache.org/licenses/LICENSE-2.0
44 # pylint: disable=line-too-long
49 "url": "https://www.pjrc.com/teensy/td_158-1/teensy-package.tar.bz2",
50 "file_name": "teensy-package.tar.bz2",
55 "teensy-tools": {
56 "url": "https://www.pjrc.com/teensy/td_158/teensy-tools-linux64.tar.bz2",
57 "file_name": "teensy-tools-linux64.tar.bz2",
62 # TODO(tonymd): Handle 32-bit Linux Install?
64 "teensy-tools": {
65 "url": "https://www.pjrc.com/teensy/td_158/teensy-tools-linux32.tar.bz2",
[all …]
/external/perfetto/python/perfetto/prebuilts/manifests/
Dtraceconv.py1 # This file has been generated by: tools/roll-prebuilts v46.0
4 'mac-amd64',
10 … 'https://commondatastorage.googleapis.com/perfetto-luci-artifacts/v46.0/mac-amd64/traceconv',
18 'mac-arm64',
24 … 'https://commondatastorage.googleapis.com/perfetto-luci-artifacts/v46.0/mac-arm64/traceconv',
32 'linux-amd64',
38 … 'https://commondatastorage.googleapis.com/perfetto-luci-artifacts/v46.0/linux-amd64/traceconv',
46 'linux-arm',
52 … 'https://commondatastorage.googleapis.com/perfetto-luci-artifacts/v46.0/linux-arm/traceconv',
60 'linux-arm64',
[all …]
Dtrace_processor_shell.py1 # This file has been generated by: tools/roll-prebuilts v46.0
4 'mac-amd64',
10 …'https://commondatastorage.googleapis.com/perfetto-luci-artifacts/v46.0/mac-amd64/trace_processor_…
18 'mac-arm64',
24 …'https://commondatastorage.googleapis.com/perfetto-luci-artifacts/v46.0/mac-arm64/trace_processor_…
32 'linux-amd64',
38 …'https://commondatastorage.googleapis.com/perfetto-luci-artifacts/v46.0/linux-amd64/trace_processo…
46 'linux-arm',
52 …'https://commondatastorage.googleapis.com/perfetto-luci-artifacts/v46.0/linux-arm/trace_processor_…
60 'linux-arm64',
[all …]
/external/bazelbuild-rules_rust/crate_universe/tools/urls_generator/src/
Dmain.rs1 //! A helper tool for generating urls and sha256 checksums of cargo-bazel binaries and writing them…
15 /// The path to an artifacts directory expecting to contain directories
20 /// A url prefix where the artifacts can be found
35 fn calculate_sha256(file_path: &Path) -> String { in calculate_sha256()
56 fn locate_artifacts(artifacts_dir: &Path, url_prefix: &str) -> Vec<Artifact> { in locate_artifacts()
69 let mut artifacts: Vec<Artifact> = path in locate_artifacts() localVariable
81 url: format!("{url_prefix}/{stem}-{triple}{extension}"), in locate_artifacts()
87 if artifacts.len() > 1 { in locate_artifacts()
88 panic!("Too many artifacts given for {}", triple) in locate_artifacts()
90 artifacts.pop().unwrap() in locate_artifacts()
[all …]
/external/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml1 # Shared between windows and Linux
2 .build-common:
3 extends: .container+build-rules
6 # Build jobs don't take more than 1-3 minutes. 5-8 min max on a fresh runner
14 artifacts:
18 - _build/meson-logs/*.txt
19 - _build/meson-logs/strace
20 - shader-db
21 - artifacts
24 .build-linux:
[all …]
/external/grpc-grpc-java/buildscripts/kokoro/
Dupload_artifacts.sh2 set -veux -o pipefail
4 if [[ -f /VERSION ]]; then
10 echo "Verifying that all artifacts are here..."
14 LOCAL_MVN_ARTIFACTS="$KOKORO_GFILE_DIR"/github/grpc-java/mvn-artifacts/
15 LOCAL_OTHER_ARTIFACTS="$KOKORO_GFILE_DIR"/github/grpc-java/artifacts/
18 # platform independent artifacts, from linux job:
19 [[ "$(find "$LOCAL_MVN_ARTIFACTS" -type f -iname 'grpc-core-*.jar' | wc -l)" != '0' ]]
22 [[ "$(find "$LOCAL_MVN_ARTIFACTS" -type f -iname 'grpc-android-*.aar' | wc -l)" != '0' ]]
25 [[ "$(find "$LOCAL_MVN_ARTIFACTS" -type f -iname 'grpc-cronet-*.aar' | wc -l)" != '0' ]]
28 [[ "$(find "$LOCAL_MVN_ARTIFACTS" -type f -iname 'grpc-binder-*.aar' | wc -l)" != '0' ]]
[all …]
/external/mesa3d/src/microsoft/ci/
Dgitlab-ci.yml2 - local: 'src/microsoft/ci/gitlab-ci-inc.yml'
4 test-spirv2dxil-windows:
6 - .use-windows_test_msvc
7 - .spirv2dxil-test-rules
8 stage: layered-backends
10 - windows-msvc
12 - windows-msvc
13 - windows_test_msvc
14 - !reference [.required-for-hardware-jobs, needs]
18 - . _install/spirv2dxil_run.ps1
[all …]
/external/perfetto/infra/luci/recipes/
Dperfetto.py7 # http://www.apache.org/licenses/LICENSE-2.0
41 ARTIFACTS = [ variable
50 'exclude_platforms': ['windows-amd64']
60 'exclude_platforms': ['windows-amd64']
74 (os, cpu) = platform.split('-')
77 return base_args # No cross-compiling on Windows.
87 # We want to use the stripped binaries except on Windows where we don't generate
98 api.gsutil.upload(source_path, 'perfetto-luci-artifacts', gcs_target_path)
103 api.gsutil.upload(pdb_path, 'perfetto-luci-artifacts',
113 cipd_pkg_file_name = '{}-{}.cipd'.format(artifact['name'], platform)
[all …]
/external/zstd/.github/workflows/
Dwindows-artifacts.yml1 name: windows-artifacts
8 - published
10 permissions: read-all
13 windows-artifacts:
14 # see https://ariya.io/2020/07/on-github-actions-with-msys2
15 runs-on: windows-latest
16 # see https://github.com/msys2/setup-msys2
20 - { msystem: mingw64, env: x86_64, ziparch: win64 }
21 - { msystem: mingw32, env: i686, ziparch: win32 }
26 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v3
[all …]
/external/conscrypt/
DREADME.md1 Conscrypt - A Java Security Provider
11 work on [netty-tcnative](http://netty.io/wiki/forked-tomcat-native.html), giving `Conscrypt`
30 -------------
32 9)** or later on Android. The build artifacts are available on Maven Central.
39 ### OpenJDK (i.e. non-Android)
43 The OpenJDK artifacts are platform-dependent since each embeds a native library for a particular
44 platform. We publish artifacts to Maven Central for the following platforms:
47 -----------| ------- | ---------------- |
48 linux-x86_64 | Linux | x86_64 (64-bit)
49 osx-x86_64 | Mac | x86_64 (64-bit)
[all …]
/external/grpc-grpc/src/csharp/
Dbuild_nuget.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
20 mkdir -p ../../artifacts
22 # Collect protoc artifacts built by the previous build step
23 mkdir -p protoc_plugins
24 cp -r "${EXTERNAL_GIT_ROOT}"/input_artifacts/protoc_* protoc_plugins || true
30 # built on multiple different platforms (linux, mac, windows), which makes
33 # we provide a way of building "partial" nugets that only include artifacts
35 # contain placeholders (empty files) for artifacts that normally need
43 # create placeholders for artifacts that can't be built
[all …]

12345678910>>...13