eygraber
07/20/2022, 12:49 AMiosSimulatorArm64Test
and macosArm64Test
are getting skipped on a Mac m1 with an arm64 jdk. The X64 tasks are working.
Anyone know why they would get skipped?ephemient
07/20/2022, 12:54 AMephemient
07/20/2022, 12:55 AMeygraber
07/20/2022, 1:16 AMeygraber
07/20/2022, 2:04 AMarch -arm64 ./gradlew iosSimulatorArm64Test macosArm64Test
still results in the tasks getting skipped.ephemient
07/20/2022, 2:05 AMeygraber
07/20/2022, 2:14 AMeygraber
07/20/2022, 2:19 AMwhich java
| file -` prints Mach-O 64-bit executable arm64
ephemient
07/20/2022, 2:21 AMeygraber
07/20/2022, 7:21 AM--info
yields
Skipping task ':style-engine:macosArm64Test' as task onlyIf is false.
Which looks like it could only happen if the executableFile
doesn't exist
https://github.com/JetBrains/kotlin/blob/cca2680c7f1c3e690a9f4a56f13449f20ebfaa6d/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/native/tasks/KotlinNativeTest.kt#L47eygraber
07/20/2022, 7:22 AMcommonTest
and they run on all other targets (as well as the X64 Apple targets)