Skip to content

Commit ec9bb0a

Browse files
Update build-kernel-op11.yml
1 parent e1001d8 commit ec9bb0a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/build-kernel-op11.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,15 @@ jobs:
177177
178178
echo "Building the kernel..."
179179
rm -rf ./kernel_platform/common/android/abi_gki_protected_exports_*
180-
./kernel_platform/oplus/build/oplus_build_kernel.sh kalama gki
180+
./kernel_platform/oplus/build/oplus_build_kernel.sh kalama gki &
181+
CMD_PID=$!
182+
while kill -0 $CMD_PID 2>/dev/null; do
183+
echo "Memory Usage:"
184+
free -h
185+
echo "Disk Usage:"
186+
df -h
187+
sleep 10
188+
done
181189
182190
- name: Create Bootimgs Folder and Copy Images
183191
run: |

0 commit comments

Comments
 (0)