Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for MACOS (1.76 sec)

  1. .teamcity/performance-test-durations.json

        "macOs" : 335
      }, {
        "testProject" : "santaTrackerAndroidBuild",
        "linux" : 680,
        "windows" : 941,
        "macOs" : 440
      } ]
    }, {
      "scenario" : "org.gradle.performance.regression.android.AndroidIncrementalExecutionPerformanceTest.non-abi change with configuration caching",
      "durations" : [ {
        "testProject" : "nowInAndroidBuild",
        "linux" : 348,
        "windows" : 461,
        "macOs" : 314
      }, {
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Mon Sep 08 06:58:31 UTC 2025
    - 25.9K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/common/CommonExtensions.kt

            param("env.GRADLE_INTERNAL_REPO_URL", "%gradle.internal.repository.url%")
            if (os == Os.MACOS && arch == Arch.AMD64) {
                // Use fewer parallel forks only on Intel macOS builds, since they are not very powerful.
                param("maxParallelForks", "2")
            }
            if (os == Os.LINUX || os == Os.MACOS) {
                param("env.LC_ALL", "en_US.UTF-8")
            }
        }
    }
    
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Wed Sep 10 01:37:13 UTC 2025
    - 15K bytes
    - Viewed (0)
Back to top