Home
last modified time | relevance | path

Searched +full:windows +full:- +full:jdk8 +full:- +full:build (Results 1 – 16 of 16) sorted by relevance

/external/bazelbuild-rules_java/java/
Drepositories.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
30 "https://mirror.bazel.build/bazel_java_tools/releases/java/v12.3/java_tools-v12.3.zip",
31 … "https://github.com/bazelbuild/java_tools/releases/download/java_v12.3/java_tools-v12.3.zip",
40 … "https://mirror.bazel.build/bazel_java_tools/releases/java/v12.3/java_tools_linux-v12.3.zip",
41 …"https://github.com/bazelbuild/java_tools/releases/download/java_v12.3/java_tools_linux-v12.3.zip",
50 … "https://mirror.bazel.build/bazel_java_tools/releases/java/v12.3/java_tools_windows-v12.3.zip",
51 …ttps://github.com/bazelbuild/java_tools/releases/download/java_v12.3/java_tools_windows-v12.3.zip",
60 …"https://mirror.bazel.build/bazel_java_tools/releases/java/v12.3/java_tools_darwin_x86_64-v12.3.zi…
61 …/github.com/bazelbuild/java_tools/releases/download/java_v12.3/java_tools_darwin_x86_64-v12.3.zip",
70 …"https://mirror.bazel.build/bazel_java_tools/releases/java/v12.3/java_tools_darwin_arm64-v12.3.zip…
[all …]
/external/aws-sdk-java-v2/.github/workflows/
Dcodebuild-ci.yml4 paths-ignore:
5 - '**.md'
6 - '.all-contributorsrc'
7 - 'docs/**'
10 - master
11 paths-ignore:
12 - '**.md'
13 - '.all-contributorsrc'
14 - 'docs/**'
17 id-token: write
[all …]
/external/aws-crt-java/
DREADME.md14 * [Windows](#windows)
16 * [Java CRT Documentation](https://awslabs.github.io/aws-crt-java/)
18 * [Platform-Specific JARs](#platform-specific-jars)
19 * [System Properties](#system-properties)
20 * [TLS Behavior](#tls-behavior)
32 * Java: Any JDK8 or above, ensure `JAVA_HOME` is set
36 1) `apt-get install cmake3 maven openjdk-8-jdk-headless -y`
37 2) `git clone https://github.com/awslabs/aws-crt-java.git`
38 3) `cd aws-crt-java`
39 4) `git submodule update --init --recursive`
[all …]
/external/tensorflow/tensorflow/tools/ci_build/windows/cpu/cmake/
Drun_py.bat1 :: This script assumes the standard setup on tensorflow Jenkins windows machines.
6 :: - JDK8, and JAVA_HOME set.
7 :: - Microsoft Visual Studio 2015 Community Edition
8 :: - Msys2
9 :: - Anaconda3
10 :: - CMake
15 :: Make sure we have a clean directory to build things in.
21 :: Set which tests to build
25 :: Set if this build is a nightly
31 :: Install absl-py.
[all …]
Drun_build.bat1 :: This script assumes the standard setup on tensorflow Jenkins windows machines.
6 :: - JDK8, and JAVA_HOME set.
7 :: - Microsoft Visual Studio 2015 Community Edition
8 :: - Msys2
9 :: - Anaconda3
10 :: - CMake
29 IF DEFINED SWIG_EXE (ECHO SWIG_EXE is set to %SWIG_EXE%) ELSE (SET SWIG_EXE="C:\swigwin-3.0.10\swig…
39-A x64 -DSWIG_EXECUTABLE=%SWIG_EXE% -DPYTHON_EXECUTABLE=%PY_EXE% -DCMAKE_BUILD_TYPE=Release -DPYTH…
41 :: Run msbuild in the resulting VS project files to build a pip package.
/external/tensorflow/tensorflow/tools/ci_build/windows/gpu/cmake/
Drun_py.bat1 :: This script assumes the standard setup on tensorflow Jenkins windows machines.
6 :: - JDK8, and JAVA_HOME set.
7 :: - Microsoft Visual Studio 2015 Community Edition
8 :: - Msys2
9 :: - Anaconda3
10 :: - CMake
15 :: Make sure we have a clean directory to build things in.
21 :: Set which tests to build
25 :: Set if this build is a nightly
34 :: Install absl-py.
[all …]
Drun_build.bat1 :: This script assumes the standard setup on tensorflow Jenkins windows machines.
6 :: - JDK8, and JAVA_HOME set.
7 :: - Microsoft Visual Studio 2015 Community Edition
8 :: - Msys2
9 :: - Anaconda3
10 :: - CMake
29 IF DEFINED SWIG_EXE (ECHO SWIG_EXE is set to %SWIG_EXE%) ELSE (SET SWIG_EXE="C:\swigwin-3.0.10\swig…
39-A x64 -DSWIG_EXECUTABLE=%SWIG_EXE% -DPYTHON_EXECUTABLE=%PY_EXE% -DCMAKE_BUILD_TYPE=Release -DPYTH…
41 :: Run msbuild in the resulting VS project files to build a pip package.
/external/tensorflow/tensorflow/tools/ci_build/windows/gpu/bazel/
Drun_cc_test_windows.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 # This script assumes the standard setup on tensorflow Jenkins windows machines.
22 # - JDK8, and JAVA_HOME set.
23 # - Microsoft Visual Studio 2015 Community Edition
24 # - Msys2
25 # - Anaconda3
26 # * Bazel windows executable copied as "bazel.exe" and included in PATH.
29 set -x
30 set -e
32 # This script is under <repo_root>/tensorflow/tools/ci_build/windows/cpu/bazel
[all …]
/external/tensorflow/tensorflow/tools/ci_build/windows/cpu/pip/
Dbuild_tf_windows.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 # This script assumes the standard setup on tensorflow Jenkins windows machines.
22 # - JDK8, and JAVA_HOME set.
23 # - Microsoft Visual Studio 2015 Community Edition
24 # - Msys2
25 # - Anaconda3
26 # * Bazel windows executable copied as "bazel.exe" and included in PATH.
30 set -x
31 set -e
33 # This script is under <repo_root>/tensorflow/tools/ci_build/windows/cpu/pip/
[all …]
/external/tensorflow/tensorflow/tools/ci_build/windows/gpu/pip/
Dbuild_tf_windows.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 # This script assumes the standard setup on tensorflow Jenkins windows machines.
22 # - JDK8, and JAVA_HOME set.
23 # - Microsoft Visual Studio 2015 Community Edition
24 # - Msys2
25 # - Anaconda3
26 # * Bazel windows executable copied as "bazel.exe" and included in PATH.
29 set -x
30 set -e
32 # This script is under <repo_root>/tensorflow/tools/ci_build/windows/gpu/pip/
[all …]
/external/tensorflow/tensorflow/tools/ci_build/windows/integration/gpu_pip_on_cpu/
Dbuild_tf_windows.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 # This script assumes the standard setup on tensorflow Jenkins windows machines.
22 # - JDK8, and JAVA_HOME set.
23 # - Microsoft Visual Studio 2015 Community Edition
24 # - Msys2
25 # - Anaconda3
26 # * Bazel windows executable copied as "bazel.exe" and included in PATH.
29 set -x
30 set -e
32 # This script is under <repo_root>/tensorflow/tools/ci_build/windows/integration/gpu_pip_on_cpu/
[all …]
/external/bazelbuild-rules_java/toolchains/
Dlocal_java_repository.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
21 properties_out = repository_ctx.execute([java_bin, "-XshowSettings:properties"]).stderr
25 # " java.version.date = 2020-11-05\"
45 Java runtime toolchain is constrained by flag --java_runtime_version having
48 Java compile toolchains are created for --java_language_version flags values
50 (local) JDK for compilation. This requires a different configuration for JDK8
119 return repository_ctx.os.name.lower().find("mac os x") != -1
122 return repository_ctx.os.name.lower().find("windows") != -1
147 result = repository_ctx.execute(["/usr/libexec/java_home", "-v", "1.11+"])
154 # This logic should also work on Windows.
[all …]
/external/kotlinx.atomicfu/
DCHANGES.md7 * Added more tests for atomicfu-gradle-plugin (#255).
17 * Fix for atomicfu-gradle-plugin application to the MPP project (for Kotlin 1.7.20).
21 * In Kotlin 1.7.10 the name of `atomicfu-runtime` module was reverted back to `kotlinx-atomicfu-run…
23 Fixed `atomicfu-gradle-plugin` to add `kotlinx-atomicfu-runtime` dependency directly.
27 * Fix for the compatibility issue: add `atomicfu-runtime` dependency directly since Kotlin 1.7.10.
33 * Update JVM target to 1.8 (see KT-45165).
59 * Add explicit module-info for JPMS compatibility (#201).
76 * Supported x86_64-based watchOS simulator target. (#177).
80 * Update kotlinx-metadata to 0.2.0.
88 * Supported garbage-free multi-append in debug trace (#172).
[all …]
/external/threetenbp/src/main/java/org/threeten/bp/zone/
DZoneRulesBuilder.java2 * Copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
16 * * Neither the name of JSR-310 nor the names of its contributors
53 import org.threeten.bp.jdk8.Jdk8Methods;
57 * A mutable builder used to create all the rules for a historic time-zone.
59 * The rules of a time-zone describe how the offset changes over time.
60 * The rules are created by building windows on the time-line within which
63 * <li>Fixed savings - A single fixed amount of savings from the standard offset will apply.</li>
64 …* <li>Rules - A set of one or more rules describe how daylight savings changes during the window.<…
70 * The created instances are immutable and thread-safe.
75 * The list of windows.
[all …]
/external/testng/
DCHANGES.txt2 Fixed: GITHUB-841: testName from @Test is now used and available from ITestResult#getName() and ITe…
3 New: GITHUB-776: Add BeforeClass/AfterClass like on ITestListener (@vguna & Julien Herr)
4 Fixed: GITHUB-872: Enable end-users of TestNG to alter XmlSuite and XmlTest (Krishnan Mahadevan)
5 New: GITHUB-900: Support @Listeners in annotation transformer (Julien Herr)
6 New: GITHUB-898: Activate XML validation when possible (Julien Herr)
7 Fixed: GITHUB-889: XmlSuite in nested directories results in FIleNotFoundException (Virender Singh)
8 Fixed: GITHUB-811: Timeout is not working with parallel=tests (@michael-yxf & Julien Herr)
9 Fixed: GITHUB-839: Missing encoding meta data for report file (@banbq & Julien Herr)
10 Fixed: GITHUB-876: NullPointerException creating tests with parameters by a factory (@vixgeo & Juli…
11 New: GITHUB-886: Add some checks on factory methods (Julien Herr)
[all …]
/external/apache-commons-lang/src/changes/
Dchanges.xml2 <!--
10 http://www.apache.org/licenses/LICENSE-2.0
17 -->
19 <!--
20 This file is also used by the maven-changes-plugin to generate the release notes.
24 release process easy :-).
28 3. Use the report generated by the maven-changelog-plugin to see all
33 mvn changes:announcement-generate -Prelease-notes [-Dchanges.version=nnn]
39 -->
47 <release version="3.13.0" date="2021-MM-DD" description="New features and bug fixes (Java 8).">
[all …]