Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 785 for Binary1 (0.12 sec)

  1. releasenotes/notes/cni-no-sh.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    issue:
      - 48746
    releaseNotes:
      - |
        **Fixed** an issue causing Istio CNI to stop functioning on minimal/locked down nodes (such as no `sh` binary).
        The new logic runs with no external dependencies, and will attempt to continue if errors are encountered (which could be caused by things like SELinux rules).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jan 22 21:29:52 UTC 2024
    - 445 bytes
    - Viewed (0)
  2. build-logic/packaging/src/main/kotlin/gradlebuild/packaging/GradleDistributionSpecs.kt

    package gradlebuild.packaging
    
    import gradlebuild.basics.repoRoot
    import org.gradle.api.Project
    import org.gradle.kotlin.dsl.*
    import java.io.File
    
    
    object GradleDistributionSpecs {
    
        /**
         * The binary distribution containing everything needed to run Gradle (and nothing else).
         */
        fun Project.binDistributionSpec() = copySpec {
            val gradleScriptPath by configurations.getting
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 12:35:42 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/script/goroot_executable.txt

    # Instead, we build a fresh copy of the binary with known settings.
    go build -o $WORK/new/bin/go$GOEXE cmd/go &
    go build -trimpath -o $WORK/bin/check$GOEXE check.go &
    wait
    
    env TESTGOROOT=$GOROOT
    env GOROOT=
    
    # Relocated Executable
    exec $WORK/bin/check$GOEXE $WORK/new/bin/go$GOEXE $TESTGOROOT
    
    # Relocated Tree:
    # If the binary is sitting in a bin dir next to ../pkg/tool, that counts as a GOROOT,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  4. src/crypto/x509/oid_test.go

    			continue
    		}
    
    		binary, err := o.MarshalBinary()
    		if err != nil {
    			t.Errorf("(%#v).MarshalBinary() = %v; want = nil", o, err)
    		}
    
    		var o3 OID
    		if err := o3.UnmarshalBinary(binary); err != nil {
    			t.Errorf("(*OID).UnmarshalBinary(%v) = %v; want = nil", binary, err)
    		}
    
    		if !o3.Equal(tt.out) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 19:10:38 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/authoring-builds/basics/plugins.adoc

    [[sec:types_of_plugins]]
    == Types of plugins
    
    Plugins can be implemented as *binary plugins*, *precompiled script plugins*, or *script plugins*:
    
    Binary Plugins :: Binary plugins are compiled plugins typically written in Java or Kotlin DSL that are packaged as JAR files.
    They are applied to a project using the `plugins {}` block.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 04:11:37 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tf2xla/tests/BUILD

        licenses = ["notice"],
    )
    
    glob_lit_tests(
        name = "all_tests",
        data = [":test_utilities"],
        driver = "@llvm-project//mlir:run_lit.sh",
        size_override = {
            "legalize-tf-binary-elementwise.mlir": "medium",
            "legalize-tf-include-tf2xla-fallback.mlir": "medium",
            "legalize-tf-prefer-tf2xla.mlir": "medium",
            "legalize-tf.mlir": "medium",
        },
        test_file_exts = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 910 bytes
    - Viewed (0)
  7. build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/AbstractAcceptedApiChangesMaintenanceTaskIntegrationTest.kt

            projectDir.resolve("build.gradle.kts")
                .writeText(
                    """
                        plugins {
                            id("gradlebuild.binary-compatibility")
                        }
    
                        val verifyAcceptedApiChangesOrdering = tasks.register<gradlebuild.binarycompatibility.AlphabeticalAcceptedApiChangesTask>("verifyAcceptedApiChangesOrdering") {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 04 14:00:46 UTC 2024
    - 6K bytes
    - Viewed (0)
  8. buildscripts/minio-iam-ldap-upgrade-import-test.sh

    		echo "mc is already installed"
    	else
    		echo "Installing mc:"
    		go install github.com/minio/mc@latest
    	fi
    
    	if [ ! -x ./minio.${OLD_VERSION} ]; then
    		echo "Downloading minio.${OLD_VERSION} binary"
    		curl -o minio.${OLD_VERSION} ${OLD_BINARY_LINK}
    		chmod +x minio.${OLD_VERSION}
    	fi
    
    	if [ -z "$_MINIO_LDAP_TEST_SERVER" ]; then
    		export _MINIO_LDAP_TEST_SERVER=localhost:1389
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat May 18 18:19:01 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  9. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/fixture/MavenInstallationDownloader.groovy

                    }
                }
            }
            throw new UncheckedIOException("Unable to download Maven binary distribution from any of the repositories")
        }
    
        private static File downloadMavenBinArchive(String mavenVersion, URL binArchiveUrl) {
            try {
                log.info "Attempting to downloading Maven binary distribution from '$binArchiveUrl'"
                return downloadBinArchive(mavenVersion, binArchiveUrl)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  10. pkg/controller/volume/persistentvolume/config/types.go

    // VolumeConfiguration contains *all* enumerated flags meant to configure all volume
    // plugins. From this config, the controller-manager binary will create many instances of
    // volume.VolumeConfig, each containing only the configuration needed for that plugin which
    // are then passed to the appropriate plugin. The ControllerManager binary is the only part
    // of the code which knows what plugins are supported and which flags correspond to each plugin.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 3.8K bytes
    - Viewed (0)
Back to top