Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for installations (0.2 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/AbstractGradleExecuter.java

                allArgs.add("--warning-mode=" + TextUtil.toLowerCaseLocaleSafe(warningMode.toString()));
            }
    
            if (disableToolchainDownload) {
                allArgs.add("-Porg.gradle.java.installations.auto-download=false");
            }
            if (disableToolchainDetection) {
                allArgs.add("-P" + ToolchainConfiguration.AUTO_DETECT + "=false");
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  2. configure.py

      if get_var(environ_cp, 'TF_SET_ANDROID_WORKSPACE', 'android workspace', False,
                 ('Would you like to interactively configure ./WORKSPACE for '
                  'Android builds?'), 'Searching for NDK and SDK installations.',
                 'Not configuring the WORKSPACE for Android builds.'):
        create_android_ndk_rule(environ_cp)
        create_android_sdk_rule(environ_cp)
    
      system_specific_test_config(environ_cp)
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 04:32:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/native/native_software.adoc

    
    [[sec:windows]]
    === Windows
    
    To build on Windows, install a compatible version of Visual Studio. The native plugins will discover the Visual Studio installations and select the latest version. There is no need to mess around with environment variables or batch scripts. This works fine from a Cygwin shell or the Windows command-line.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/windows/setupapi_windows.go

    //sys	SetupDiCallClassInstaller(installFunction DI_FUNCTION, deviceInfoSet DevInfo, deviceInfoData *DevInfoData) (err error) = setupapi.SetupDiCallClassInstaller
    
    // CallClassInstaller member calls the appropriate class installer, and any registered co-installers, with the specified installation request (DIF code).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 00:11:50 UTC 2022
    - 67.2K bytes
    - Viewed (0)
  5. src/cmd/go/internal/test/test.go

    		addTestVet(b, ptest, vetRunAction, installAction)
    	}
    	if pxtest != nil {
    		addTestVet(b, pxtest, vetRunAction, installAction)
    	}
    
    	if installAction != nil {
    		if runAction != installAction {
    			installAction.Deps = append(installAction.Deps, runAction)
    		}
    		if cleanAction != nil {
    			cleanAction.Deps = append(cleanAction.Deps, installAction)
    		}
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  6. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // Use if the pods in each cluster cannot directly talk to one another.
      google.protobuf.BoolValue enabled = 1;
    
      // The name of the cluster this installation will run in. This is required for sidecar injection
      // to properly label proxies
      string clusterName = 2;
    
      // The suffix for global service names.
      string globalDomainSuffix = 3;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  7. hack/local-up-cluster.sh

         "externalSetMarkChain": "KUBE-MARK-MASQ"
       }
     ]
    }
    EOF
    }
    
    function install_cni_if_needed {
      echo "Checking CNI Installation at /opt/cni/bin"
      if ! command -v /opt/cni/bin/loopback &> /dev/null ; then
        echo "CNI Installation not found at /opt/cni/bin"
        install_cni
      fi
    }
    
    # If we are running in the CI, we need a few more things before we can start
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  8. cluster/gce/windows/k8s-node-setup.psm1

      Remove-Item -Force -Recurse $tmp_dir
    }
    
    # Downloads the csi-proxy binaries from kube-env's CSI_PROXY_STORAGE_PATH and
    # CSI_PROXY_VERSION, and then puts them in a subdirectory of $env:NODE_DIR.
    # Note: for now the installation is skipped for non-test clusters. Will be
    # installed for all cluster after tests pass.
    # Required ${kube_env} keys:
    #   CSI_PROXY_STORAGE_PATH and CSI_PROXY_VERSION
    function DownloadAndInstall-CSIProxyBinaries {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

     * The structure of Gradle's <<#rel4.7:plain_console_output,plain console output>> has changed, which may break tools that scrape that output.
     * The APIs of many native tasks related to compilation, linking and installation <<rel:4.6:native_task_api_changes,have changed in breaking ways>>.
     * [Kotlin DSL] Delegated properties used to access Gradle's build properties — defined in _gradle.properties_ for example — must now be explicitly typed.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  10. src/cmd/dist/build.go

    			xprintf("\n")
    		}
    		xprintf("Building packages and commands for %s/%s.\n", goos, goarch)
    	} else {
    		// GOOS/GOARCH does not match GOHOSTOS/GOHOSTARCH.
    		// Finish GOHOSTOS/GOHOSTARCH installation and then
    		// run GOOS/GOARCH installation.
    		timelog("build", "host toolchain")
    		if vflag > 0 {
    			xprintf("\n")
    		}
    		xprintf("Building commands for host, %s/%s.\n", goos, goarch)
    		goInstall(toolenv(), goBootstrap, "cmd")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:34:40 UTC 2024
    - 54K bytes
    - Viewed (0)
Back to top