Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 874 for installations (0.55 sec)

  1. platforms/jvm/toolchains-jvm/src/test/groovy/org/gradle/jvm/toolchain/internal/ToolchainReportRendererTest.groovy

        InstallationLocation installation = Mock(InstallationLocation)
    
        def "jre is rendered properly"() {
            given:
            def metadata = JvmInstallationMetadata.from(
                new File("path"),
                "1.8.0", "vendorName",
                "runtimeName", "1.8.0-b01",
                "jvmName", "25.292-b01", "jvmVendor",
                "myArch"
            )
            installation.source >> "SourceSupplier"
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jul 28 16:17:59 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  2. platforms/native/language-native/src/integTest/groovy/org/gradle/language/AbstractNativeLanguageIntegrationTest.groovy

            def install = installation("build/install/main")
            install.assertInstalled()
            install.assertIncludesLibraries("hello")
            install.exec().out == helloWorldApp.englishOutput
        }
    
        @Requires(UnitTestPreconditions.CanInstallExecutable)
        @ToBeFixedForConfigurationCache
        def "install and run executable with dependencies and customized installation"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  3. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/LibraryApiDependenciesIntegrationTest.groovy

            }
        }
    }
    """
            when:
            succeeds "installMainDebugExecutable", "installMainReleaseExecutable"
    
            then:
            installation("build/install/main/debug").exec().out == "Hello from the debug library"
            installation("build/install/main/release").exec().out == "Hello from the release library"
        }
    
        @ToBeFixedForConfigurationCache
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 7.5K bytes
    - Viewed (0)
  4. platforms/native/language-native/src/integTest/groovy/org/gradle/language/swift/SwiftIncrementalCppInteroperabilityIntegrationTest.groovy

            result.assertTasksNotSkipped(":cppGreeter:compileDebugCpp", ":cppGreeter:linkDebug",
                ":app:compileDebugSwift", ":app:linkDebug", ":app:installDebug", ":app:assemble")
            installation("app/build/install/main/debug").exec().out == app.expectedOutput
    
            when:
            app.library.applyChangesToProject(file('cppGreeter'))
            succeeds ":app:assemble"
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  5. releasenotes/notes/46901.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    issue:
    - 43312
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Sep 11 17:53:29 UTC 2023
    - 227 bytes
    - Viewed (0)
  6. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/gcc/metadata/GccMetadataProviderTest.groovy

    Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/4.9
    Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/4.9.3
    Found candidate GCC installation: /usr/lib/gcc/i686-linux-gnu/4.8
    Found candidate GCC installation: /usr/lib/gcc/i686-linux-gnu/4.8.4
    Found candidate GCC installation: /usr/lib/gcc/i686-linux-gnu/4.9
    Found candidate GCC installation: /usr/lib/gcc/i686-linux-gnu/4.9.3
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 16 06:01:47 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  7. releasenotes/notes/cni-drop-psp.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Nov 30 02:01:25 UTC 2023
    - 301 bytes
    - Viewed (0)
  8. platforms/jvm/jvm-services/src/main/java/org/gradle/internal/jvm/inspection/DefaultJvmMetadataDetector.java

                logger.debug("Failed to get metadata from JVM installation at '{}'. {}", jdkPath, errorMessage);
                return failure(jdkPath, errorMessage);
            } catch (ExecException ex) {
                logger.debug("Failed to get metadata from JVM installation at '{}'.", jdkPath, ex);
                return failure(jdkPath, ex);
            } finally {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 02:32:22 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  9. releasenotes/notes/helm-profiles.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    
    # issue is a list of GitHub issues resolved in this note.
    issue:
      - 47838
    
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 256 bytes
    - Viewed (0)
  10. releasenotes/notes/istioctl-install-errors.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 17 06:30:35 UTC 2021
    - 165 bytes
    - Viewed (0)
Back to top