Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 21 - 30 of 2,406 for buildid (0.06 seconds)

  1. build-logic-commons/gradle-plugin/build.gradle.kts

    import org.gradle.kotlin.dsl.support.expectedKotlinDslPluginsVersion
    
    plugins {
        `kotlin-dsl`
    }
    
    group = "gradlebuild"
    
    description = "Provides plugins used to create a Gradle plugin with Groovy or Kotlin DSL within build-logic builds"
    
    dependencies {
        compileOnly(buildLibs.develocityPlugin)
    
        api(platform(projects.buildPlatform))
    
        implementation(projects.basics)
        implementation(projects.moduleIdentity)
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Jan 30 09:06:26 GMT 2026
    - 768 bytes
    - Click Count (0)
  2. ci/official/containers/ml_build/builder.requirements.txt

    # For wheel verification, and uploading
    auditwheel ~= 6.1.0
    twine ~= 6.1.0
    id
    urllib3
    requests
    
    # For XLA
    pyyaml
    
    # For JAX
    build ~= 1.2.2
    # uv is faster than pip for installing Python packages.
    uv ~= 0.5.30
    
    # For running wheel verification script
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Oct 30 20:25:44 GMT 2025
    - 271 bytes
    - Click Count (0)
  3. build-logic/build.gradle.kts

            if (jvmArgs.size > 1) {
                throw GradleException("gradle.properties and build-logic/gradle.properties have different org.gradle.jvmargs " +
                    "which may cause two daemons to be spawned on CI and in IDEA. " +
                    "Use the same org.gradle.jvmargs for both builds.")
            }
        }
    }
    
    fun readProperties(propertiesFile: File) = java.util.Properties().apply {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Feb 09 03:14:32 GMT 2026
    - 1.3K bytes
    - Click Count (0)
  4. impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/builder/multithreaded/MultiThreadedBuilder.java

    import org.apache.maven.lifecycle.internal.TaskSegment;
    import org.apache.maven.lifecycle.internal.builder.Builder;
    import org.apache.maven.project.MavenProject;
    import org.slf4j.Logger;
    import org.slf4j.LoggerFactory;
    
    /**
     * Builds the full lifecycle in weave-mode (phase by phase as opposed to project-by-project).
     * <p>
     * This builder uses a number of threads equal to the minimum of the degree of concurrency (which is the thread count
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Wed Jul 16 03:42:09 GMT 2025
    - 8.9K bytes
    - Click Count (0)
  5. tensorflow/c/eager/BUILD

    Ilya Tikhonovskiy <******@****.***> 1771913400 -0800
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Tue Feb 24 06:18:31 GMT 2026
    - 33.3K bytes
    - Click Count (0)
  6. .github/workflows/ci-build.yml

    jobs:
      #build-and-test-linux-x86-cpu:
      #  uses: ./.github/workflows/build-reusable.yml
      #  with:
      #    runner: 'linux-x86-n2-16'
      #    tfci: 'py313,linux_x86,rbe'
    
      #build-and-test-linux-x86-cuda:
      #  uses: ./.github/workflows/build-reusable.yml
      #  with:
      #    runner: 'linux-x86-n4-32'
      #    tfci: 'py313,linux_x86_cuda'
    
      #build-and-test-arm64:
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Sat Mar 28 04:33:01 GMT 2026
    - 1.6K bytes
    - Click Count (0)
  7. ci/official/requirements_updater/BUILD.bazel

    compile_pip_requirements(
        name = "requirements",
        srcs = [
            "nvidia-requirements.txt",
            "requirements.in",
            ":nvidia_constraints",
        ],
        extra_args = [
            "--allow-unsafe",
            "--build-isolation",
            "--rebuild",
            "-c $(location :nvidia_constraints)",
        ],
        generate_hashes = True,
        requirements_txt = REQUIREMENTS,
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Mon Mar 23 11:18:56 GMT 2026
    - 1.4K bytes
    - Click Count (0)
  8. build-logic/cleanup/build.gradle.kts

    plugins {
        id("gradlebuild.build-logic.kotlin-dsl-gradle-plugin")
        id("gradlebuild.build-logic.groovy-dsl-gradle-plugin")
    }
    
    description = "Provides a plugin that cleans up after executing tests"
    
    dependencies {
        implementation("gradlebuild:basics")
        implementation("gradlebuild:module-identity")
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Jun 16 06:11:03 GMT 2025
    - 311 bytes
    - Click Count (0)
  9. impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/builder/multithreaded/ConcurrencyDependencyGraph.java

        }
    
        public int getNumberOfBuilds() {
            return projectBuilds.size();
        }
    
        /**
         * Gets all the builds that have no reactor-dependencies, ordered by critical path priority
         *
         * @return A list of all the initial builds, ordered by priority (critical path first)
         */
        public List<MavenProject> getRootSchedulableBuilds() {
            Set<MavenProject> result = new LinkedHashSet<>();
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Wed Jul 23 17:27:08 GMT 2025
    - 5.9K bytes
    - Click Count (0)
  10. BUILD

    A. Unique TensorFlower <******@****.***> 1741123505 -0800
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Tue Mar 04 22:39:12 GMT 2025
    - 136 bytes
    - Click Count (0)
Back to Top