Skip to content

Commit 60d3e16

Browse files
authored
Merge pull request #177 from ojeda/binder
Add binder to the CI (no extra checks)
2 parents e238207 + 7cc1f74 commit 60d3e16

7 files changed

+20
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,13 +314,15 @@ jobs:
314314
ls -l \
315315
${{ env.BUILD_DIR }}samples/rust/*.o \
316316
${{ env.BUILD_DIR }}samples/rust/*.ko \
317+
${{ env.BUILD_DIR }}drivers/android/rust_binder.o \
317318
${{ env.BUILD_DIR }}rust/*.o \
318319
${{ env.BUILD_DIR }}vmlinux \
319320
${{ env.BUILD_DIR }}${{ env.IMAGE_PATH }}
320321
321322
size \
322323
${{ env.BUILD_DIR }}samples/rust/*.o \
323324
${{ env.BUILD_DIR }}samples/rust/*.ko \
325+
${{ env.BUILD_DIR }}drivers/android/rust_binder.o \
324326
${{ env.BUILD_DIR }}rust/*.o \
325327
${{ env.BUILD_DIR }}vmlinux
326328

.github/workflows/kernel-arm64-debug.config

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,9 @@ CONFIG_PARTITION_PERCPU=y
10181018
#
10191019
# Android
10201020
#
1021-
# CONFIG_ANDROID is not set
1021+
CONFIG_ANDROID=y
1022+
# CONFIG_ANDROID_BINDER_IPC is not set
1023+
CONFIG_ANDROID_BINDER_IPC_RUST=y
10221024
# end of Android
10231025

10241026
# CONFIG_DAX is not set

.github/workflows/kernel-arm64-release.config

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,9 @@ CONFIG_PARTITION_PERCPU=y
10131013
#
10141014
# Android
10151015
#
1016-
# CONFIG_ANDROID is not set
1016+
CONFIG_ANDROID=y
1017+
# CONFIG_ANDROID_BINDER_IPC is not set
1018+
CONFIG_ANDROID_BINDER_IPC_RUST=y
10171019
# end of Android
10181020

10191021
# CONFIG_DAX is not set

.github/workflows/kernel-ppc64le-debug.config

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,9 @@ CONFIG_IRQCHIP=y
11011101
#
11021102
# Android
11031103
#
1104-
# CONFIG_ANDROID is not set
1104+
CONFIG_ANDROID=y
1105+
# CONFIG_ANDROID_BINDER_IPC is not set
1106+
CONFIG_ANDROID_BINDER_IPC_RUST=y
11051107
# end of Android
11061108

11071109
# CONFIG_DAX is not set

.github/workflows/kernel-ppc64le-release.config

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,9 @@ CONFIG_IRQCHIP=y
11451145
#
11461146
# Android
11471147
#
1148-
# CONFIG_ANDROID is not set
1148+
CONFIG_ANDROID=y
1149+
# CONFIG_ANDROID_BINDER_IPC is not set
1150+
CONFIG_ANDROID_BINDER_IPC_RUST=y
11491151
# end of Android
11501152

11511153
# CONFIG_DAX is not set

.github/workflows/kernel-x86_64-debug.config

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,9 @@ CONFIG_CLKBLD_I8253=y
10091009
#
10101010
# Android
10111011
#
1012-
# CONFIG_ANDROID is not set
1012+
CONFIG_ANDROID=y
1013+
# CONFIG_ANDROID_BINDER_IPC is not set
1014+
CONFIG_ANDROID_BINDER_IPC_RUST=y
10131015
# end of Android
10141016

10151017
# CONFIG_DAX is not set

.github/workflows/kernel-x86_64-release.config

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,9 @@ CONFIG_CLKBLD_I8253=y
10631063
#
10641064
# Android
10651065
#
1066-
# CONFIG_ANDROID is not set
1066+
CONFIG_ANDROID=y
1067+
# CONFIG_ANDROID_BINDER_IPC is not set
1068+
CONFIG_ANDROID_BINDER_IPC_RUST=y
10671069
# end of Android
10681070

10691071
# CONFIG_DAX is not set

0 commit comments

Comments
 (0)