Skip to content

Commit fea645a

Browse files
authored
[CI] Update ABI (#34)
1 parent 52ebef6 commit fea645a

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/ci-pulls.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@ jobs:
1717
distribution: 'zulu'
1818
java-version: 17
1919

20-
- name: Update binary compatibility
21-
if: ${{ github.event.label.name == 'update-legacy-abi' }}
22-
run: |
23-
./gradlew updateLegacyAbi
24-
git config --global user.name 'GitHub Action Bot'
25-
git config --global user.email 'brudaswen@users.noreply.github.com'
26-
git commit -am "[CI] Update Legacy ABI"
27-
git push
28-
2920
- name: Binary compatibility validation
3021
run: ./gradlew checkLegacyAbi
3122

library/api/library.klib.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Klib ABI Dump
2-
// Targets: [iosArm64, iosSimulatorArm64, macosArm64, wasmJs]
2+
// Targets: [iosArm64, iosSimulatorArm64, iosX64, linuxX64, macosArm64, macosX64, mingwX64, wasmJs]
33
// Rendering settings:
44
// - Signature version: 2
55
// - Show manifest properties: true

0 commit comments

Comments
 (0)