File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,15 +102,15 @@ jobs:
102102 :bindgen-runtime:linuxX64Test
103103 :tck:linuxX64Test
104104
105- - name : Linux arm64 tests
106- runner : ubuntu-24.04-arm
105+ - name : Linux arm64 compile
106+ runner : ubuntu-24.04
107107 tasks : >-
108- :core:linuxArm64Test
109- :snapshot:linuxArm64Test
110- :wasi:linuxArm64Test
111- :bindgen-api:linuxArm64Test
112- :bindgen-runtime:linuxArm64Test
113- :tck:linuxArm64Test
108+ :core:compileTestKotlinLinuxArm64
109+ :snapshot:compileTestKotlinLinuxArm64
110+ :wasi:compileTestKotlinLinuxArm64
111+ :bindgen-api:compileTestKotlinLinuxArm64
112+ :bindgen-runtime:compileTestKotlinLinuxArm64
113+ :tck:compileTestKotlinLinuxArm64
114114
115115 - name : macOS arm64 tests
116116 runner : macos-15
Original file line number Diff line number Diff line change 3333 tasks : " :tck:jvmTest :tck:linuxX64Test"
3434 - name : Linux arm64 Native
3535 id : linux-arm64
36- runner : ubuntu-24.04-arm
37- tasks : " :tck:linuxArm64Test "
36+ runner : ubuntu-24.04
37+ tasks : " :tck:compileTestKotlinLinuxArm64 "
3838 - name : macOS arm64 Native
3939 id : macos-arm64-ios-simulator
4040 runner : macos-15
You can’t perform that action at this time.
0 commit comments