Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 72 for modcache (0.16 sec)

  1. src/cmd/go/internal/modload/buildlist.go

    	})
    	return mg.buildList
    }
    
    func (mg *ModuleGraph) findError() error {
    	errStack := mg.g.FindPath(func(m module.Version) bool {
    		_, err := mg.loadCache.Get(m)
    		return err != nil && err != par.ErrCacheEntryNotFound
    	})
    	if len(errStack) > 0 {
    		_, err := mg.loadCache.Get(errStack[len(errStack)-1])
    		var noUpgrade func(from, to module.Version) bool
    		return mvs.NewBuildListError(err, errStack, noUpgrade)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 16:04:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  2. hack/lib/golang.sh

      # If these are not set, set them now.  This ensures that any subsequent
      # scripts we run (which may call this function again) use the same values.
      export GOCACHE="${GOCACHE:-"${KUBE_GOPATH}/cache/build"}"
      export GOMODCACHE="${GOMODCACHE:-"${KUBE_GOPATH}/cache/mod"}"
    
      # Make sure our own Go binaries are in PATH.
      export PATH="${KUBE_GOPATH}/bin:${PATH}"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 16:43:08 UTC 2024
    - 32.8K bytes
    - Viewed (0)
  3. pilot/pkg/serviceregistry/kube/controller/endpointslice.go

    	return pod, expectPod
    }
    
    func (c *Controller) registerEndpointResync(ep *metav1.ObjectMeta, ip string, host host.Name) {
    	// This means, the endpoint event has arrived before pod event.
    	// This might happen because PodCache is eventually consistent.
    	log.Debugf("Endpoint without pod %s %s.%s", ip, ep.Name, ep.Namespace)
    	endpointsWithNoPods.Increment()
    	if c.opts.Metrics != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  4. src/cmd/go/internal/vcs/vcs.go

    	// Run the ping command in an arbitrary working directory,
    	// but don't let the current working directory pollute the results.
    	// In module mode, we expect GOMODCACHE to exist and be a safe place for
    	// commands; in GOPATH mode, we expect that to be true of GOPATH/src.
    	dir := cfg.GOMODCACHE
    	if !cfg.ModulesEnabled {
    		dir = filepath.Join(cfg.BuildContext.GOPATH, "src")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:18 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  5. go.work.sum

    cloud.google.com/go/maps v1.4.0 h1:PdfgpBLhAoSzZrQXP+/zBc78fIPLZSJp5y8+qSMn2UU=
    cloud.google.com/go/mediatranslation v0.8.1 h1:50cF7c1l3BanfKrpnTCaTvhf+Fo6kdF21DG0byG7gYU=
    cloud.google.com/go/memcache v1.10.1 h1:7lkLsF0QF+Mre0O/NvkD9Q5utUNwtzvIYjrOLOs0HO0=
    cloud.google.com/go/metastore v1.12.0 h1:+9DsxUOHvsqvC0ylrRc/JwzbXJaaBpfIK3tX0Lx8Tcc=
    cloud.google.com/go/monitoring v1.15.1 h1:65JhLMd+JiYnXr6j5Z63dUYCuOg770p8a/VC+gil/58=
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:12 UTC 2024
    - 30.9K bytes
    - Viewed (0)
  6. pilot/pkg/serviceregistry/kube/controller/controller.go

    	// With this, we can populate mesh's gateway address with the node ips.
    	nodes kclient.Client[*v1.Node]
    
    	exports serviceExportCache
    	imports serviceImportCache
    	pods    *PodCache
    
    	crdHandlers                []func(name string)
    	handlers                   model.ControllerHandlers
    	namespaceDiscoveryHandlers []func(ns string, event model.Event)
    
    	// This is only used for test
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 41.2K bytes
    - Viewed (0)
  7. src/runtime/proc.go

    	}
    	casgstatus(newg, _Gdead, status)
    	if pp.goidcache == pp.goidcacheend {
    		// Sched.goidgen is the last allocated id,
    		// this batch must be [sched.goidgen+1, sched.goidgen+GoidCacheBatch].
    		// At startup sched.goidgen=0, so main goroutine receives goid=1.
    		pp.goidcache = sched.goidgen.Add(_GoidCacheBatch)
    		pp.goidcache -= _GoidCacheBatch - 1
    		pp.goidcacheend = pp.goidcache + _GoidCacheBatch
    	}
    	newg.goid = pp.goidcache
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  8. src/cmd/go/internal/work/build.go

    		is 1.14 or higher, the go command acts as if -mod=vendor were set.
    		Otherwise, the go command acts as if -mod=readonly were set.
    		See https://golang.org/ref/mod#build-commands for details.
    	-modcacherw
    		leave newly-created directories in the module cache read-write
    		instead of making them read-only.
    	-modfile file
    		in module aware mode, read (and possibly write) an alternate go.mod
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 17:22:59 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/go.sum

    cloud.google.com/go/maps v1.4.0/go.mod h1:6mWTUv+WhnOwAgjVsSW2QPPECmW+s3PcRyOa9vgG/5s=
    cloud.google.com/go/mediatranslation v0.8.1/go.mod h1:L/7hBdEYbYHQJhX2sldtTO5SZZ1C1vkapubj0T2aGig=
    cloud.google.com/go/memcache v1.10.1/go.mod h1:47YRQIarv4I3QS5+hoETgKO40InqzLP6kpNLvyXuyaA=
    cloud.google.com/go/metastore v1.12.0/go.mod h1:uZuSo80U3Wd4zi6C22ZZliOUJ3XeM/MlYi/z5OAOWRA=
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:11 UTC 2024
    - 49.3K bytes
    - Viewed (0)
  10. src/internal/fuzz/fuzz.go

    }
    
    func (c *coordinator) elapsed() time.Duration {
    	return time.Since(c.startTime).Round(1 * time.Second)
    }
    
    // readCache creates a combined corpus from seed values and values in the cache
    // (in GOCACHE/fuzz).
    //
    // TODO(fuzzing): need a mechanism that can remove values that
    // aren't useful anymore, for example, because they have the wrong type.
    func (c *coordinator) readCache() error {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 34.1K bytes
    - Viewed (0)
Back to top