Search Options

Results per page
Sort
Preferred Languages
Advance

Results 231 - 240 of 259 for installation (0.15 sec)

  1. CHANGELOG/CHANGELOG-1.4.md

    * Include serial port output in GCP log-dump ([#37248](https://github.com/kubernetes/kubernetes/pull/37248), [@mtaufen](https://github.com/mtaufen))
    * Collect installation and configuration service logs for tests ([#37401](https://github.com/kubernetes/kubernetes/pull/37401), [@mtaufen](https://github.com/mtaufen))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  2. .teamcity/src/test/kotlin/PerformanceTestBuildTypeTest.kt

                "-PtestJavaVendor=openjdk",
                "-PautoDownloadAndroidStudio=true",
                "-PrunAndroidStudioInHeadlessMode=true",
                "-Porg.gradle.java.installations.auto-download=false",
                "\"-Porg.gradle.java.installations.paths=%linux.java7.oracle.64bit%,%linux.java8.oracle.64bit%,%linux.java11.openjdk.64bit%,%linux.java17.openjdk.64bit%,%linux.java21.openjdk.64bit%,%linux.java23.openjdk.64bit%\"",
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Mon Sep 30 07:24:00 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  3. .teamcity/src/main/kotlin/configurations/CompileAll.kt

            extraParameters = listOf(
                stage.getBuildScanCustomValueParam(),
                buildScanTagParam("CompileAll"),
                "-Porg.gradle.java.installations.auto-download=false",
            ).joinToString(" ")
        )
    
        artifactRules = """$artifactRules
            platforms/core-runtime/base-services/build/generated-resources/build-receipt/org/gradle/build-receipt.properties
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Sep 24 06:22:49 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  4. .teamcity/src/main/kotlin/configurations/SanityCheck.kt

            model,
            this,
            "sanityCheck",
            extraParameters = listOf(
                stage.getBuildScanCustomValueParam(),
                buildScanTagParam("SanityCheck"),
                "-Porg.gradle.java.installations.auto-download=false"
            ).joinToString(" ")
        )
    }) {
        companion object {
            fun buildTypeId(model: CIBuildModel) = "${model.projectId}_SanityCheck"
        }
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Sep 24 06:22:49 UTC 2024
    - 905 bytes
    - Viewed (0)
  5. .teamcity/src/main/kotlin/configurations/CheckLinks.kt

        description = "Check links in documentations"
    
        applyDefaults(
            model,
            this,
            ":docs:checkLinks",
            extraParameters = buildScanTagParam("CheckLinks") + " " + "-Porg.gradle.java.installations.auto-download=false"
        )
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Sep 24 06:22:49 UTC 2024
    - 578 bytes
    - Viewed (0)
  6. .teamcity/src/main/kotlin/configurations/BuildDistributions.kt

            listOf(
                stage.getBuildScanCustomValueParam(),
                buildScanTagParam("BuildDistributions"),
                "-PtestJavaVersion=${LINUX.buildJavaVersion.major}",
                "-Porg.gradle.java.installations.auto-download=false"
            ).joinToString(" ")
        )
    
        features {
            publishBuildStatusToGithub(model)
        }
    
        artifactRules = """$artifactRules
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Sep 24 06:22:49 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.31.md

      
      The `kubeadm` package will stop depending on the `cri-tools` package in Kubernetes 1.32, which means that
      installing `kubeadm` will no longer automatically ensure installation of `crictl`. ([#124685](https://github.com/kubernetes/kubernetes/pull/124685), [@saschagrunert](https://github.com/saschagrunert))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 12:18:32 UTC 2024
    - 315.4K bytes
    - Viewed (0)
  8. .teamcity/src/main/kotlin/common/Os.kt

                        DefaultJvm(JvmVersion.java23, JvmVendor.openjdk),
                    )
            }.joinToString(",") { javaHome(it, this, arch) }
            return """"-Porg.gradle.java.installations.paths=$paths""""
        }
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Fri Oct 11 18:32:33 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  9. docs/en/docs/deployment/versions.md

    fastapi[standard]>=0.112.0,<0.113.0
    ```
    
    that would mean that you would use the versions `0.112.0` or above, but less than `0.113.0`, for example, a version `0.112.2` would still be accepted.
    
    If you use any other tool to manage your installations, like `uv`, Poetry, Pipenv, or others, they all have a way that you can use to define specific versions for your packages.
    
    ## Available versions
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Aug 25 02:44:06 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  10. .teamcity/src/main/kotlin/common/performance-test-extensions.kt

        "-PtestJavaVersion=$testJavaVersion",
        "-PtestJavaVendor=$testJavaVendor",
        "-PautoDownloadAndroidStudio=true",
        "-PrunAndroidStudioInHeadlessMode=true",
        "-Porg.gradle.java.installations.auto-download=false",
        os.javaInstallationLocations(arch)
    ) + listOf(
        "-Porg.gradle.performance.branchName" to "%teamcity.build.branch%",
        "-Porg.gradle.performance.db.url" to "%performance.db.url%",
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Mon Jun 03 03:39:03 UTC 2024
    - 3.8K bytes
    - Viewed (0)
Back to top