Skip to content

Commit 1f233d1

Browse files
authored
release
1 parent 924e040 commit 1f233d1

3 files changed

Lines changed: 13 additions & 208 deletions

File tree

.github/workflows/Build-Kernel.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Build Kernels
22

33
on:
4-
# schedule:
5-
# - cron: '52 */3 * * *'
4+
schedule:
5+
- cron: '52 */3 * * *'
66
workflow_dispatch:
77
inputs:
88
debug_enabled:
@@ -68,6 +68,7 @@ jobs:
6868
- name: "⏬ Fetch latest WSL kernel source"
6969
if: ${{ steps.prebuild-checks.outputs.cancel }} != 'true'
7070
run: git clone --depth=1 https://github.com/microsoft/WSL2-Linux-Kernel.git src
71+
# latest rolling release: https://github.com/Nevuly/WSL2-Linux-Kernel-Rolling
7172

7273
- name: "🪄 Prepare Build jobs"
7374
id: set-matrix

.github/workflows/Build-Kernel_old.yml

Lines changed: 0 additions & 206 deletions
This file was deleted.

anb.dif

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
ashmem and binder enabled for Anbox compatibility
2+
## differences template
3+
# generate dif file with instruction:
4+
# diff -u Microsoft/config-wsl .config | grep "^[+-][^+^-].*" > ../name.dif
5+
# then use the first line for the config description
6+
+CONFIG_STAGING=y
7+
+CONFIG_ASHMEM=y
8+
+CONFIG_ANDROID=y
9+
+CONFIG_ANDROID_BINDER_IPC=y
10+
+CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder"

0 commit comments

Comments
 (0)