Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for inLUCIBuild (0.09 sec)

  1. src/cmd/cgo/internal/testsanitizers/cc_test.go

    		// have coverage from the 'gcc' case above.
    		if inLUCIBuild() {
    			return false
    		}
    		return true
    	default:
    		return false
    	}
    }
    
    // inLUCIBuild returns true if we're currently executing in a LUCI build.
    func inLUCIBuild() bool {
    	u, err := user.Current()
    	if err != nil {
    		return false
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 09 20:00:56 UTC 2024
    - 14.4K bytes
    - Viewed (0)
Back to top