Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isEmulatedBuilder (0.2 sec)

  1. src/internal/testenv/testenv_test.go

    				// will not be able to exec, so we may as well allow that now.
    				t.Logf("HasGoBuild is false on %s", b)
    				return
    			}
    		case "android":
    			if isEmulatedBuilder(b) && platform.MustLinkExternal(runtime.GOOS, runtime.GOARCH, false) {
    				// As of 2023-05-02, the test environment on the emulated builders is
    				// missing a C linker.
    				t.Logf("HasGoBuild is false on %s", b)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 25 23:12:44 UTC 2024
    - 6.1K bytes
    - Viewed (0)
Back to top