Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ALPINE (0.03 sec)

  1. .teamcity/src/main/kotlin/common/CommonExtensions.kt

                        requiresEc2Agent()
                    }
                }
            }
        }
    }
    
    fun javaHome(
        jvm: Jvm,
        os: Os,
        arch: Arch = Arch.AMD64,
    ) = "%${if (os == Os.ALPINE) "linux" else os.name.lowercase()}.${
        jvm.version.name.lowercase().replace(
            "_",
            "",
        )
    }.${jvm.vendor.name.lowercase()}.${arch.suffix}%"
    
    fun BuildType.paramsForBuildToolBuild(
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Wed Sep 10 01:37:13 UTC 2025
    - 15K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/model/CIBuildModel.kt

                                arch = Arch.AMD64,
                            ),
                            TestCoverage(
                                43,
                                TestType.QUICK,
                                Os.ALPINE,
                                JvmCategory.MAX_VERSION,
                                expectedBucketNumber = DEFAULT_LINUX_FUNCTIONAL_TEST_BUCKET_SIZE,
                            ),
                        ),
                ),
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Sun Aug 03 22:40:28 UTC 2025
    - 25.9K bytes
    - Viewed (0)
Back to top