Skip to content

Commit 86af19f

Browse files
authored
Merge pull request #9 from Heapy/fix/linux-arm64-compile-only
2 parents f15a9c0 + f9e91cd commit 86af19f

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/pinned-conformance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
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

0 commit comments

Comments
 (0)