Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for GOBIN (0.07 sec)

  1. src/cmd/cgo/internal/testcshared/cshared_test.go

    	cmd := exec.Command(buildcmd[0], buildcmd[1:]...)
    	cmd.Dir = filepath.Join(tmpdir, "src", "testcshared")
    	env := append(cmd.Environ(),
    		"GOPATH="+tmpdir,
    		"GOBIN="+filepath.Join(tmpdir, "bin"),
    		"GO111MODULE=off", // 'go install' only works in GOPATH mode
    	)
    	cmd.Env = env
    	t.Log(buildcmd)
    	out, err := cmd.CombinedOutput()
    	t.Logf("%s", out)
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 14 13:19:50 UTC 2023
    - 21K bytes
    - Viewed (0)
  2. Makefile.core.mk

    -include .istiorc.mk
    
    # Environment for tests, the directory containing istio and deps binaries.
    # Typically same as GOPATH/bin, so tests work seamlessly with IDEs.
    
    export ISTIO_BIN=$(GOBIN)
    
    # If we are running in the Linux build container on non Linux hosts, we add the
    # linux binaries to the build dependencies, BUILD_DEPS, which can be added to other targets
    # that would need the Linux binaries (ex. tests).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 02 19:53:04 UTC 2024
    - 23.2K bytes
    - Viewed (0)
Back to top