Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Add dependencies and debug
Browse files Browse the repository at this point in the history
  • Loading branch information
xunmod committed Feb 3, 2024
1 parent 3f61e71 commit 9cc41c5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/extras.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@
<project path="external/python3" name="android_external_python3" remote="TeamWin" revision="android-9.0"/>

<!-- Include external LineageOS repos for bash & nano -->
<project name="android_external_busybox" path="external/busybox" remote="LineageOS" revision="cm-12.1" />
<project name="android_external_bash" path="external/bash" remote="LineageOS" revision="cm-12.1" />
<project name="android_external_nano" path="external/nano" remote="LineageOS" revision="cm-12.1" />
<project name="android_external_libncurses" path="external/libncurses" remote="LineageOS" revision="cm-12.1" />
<project name="android_external_openssh" path="external/openssh" remote="LineageOS" revision="cm-12.1" />
<project name="android_external_ntfs-3g" path="external/ntfs-3g" remote="LineageOS" revision="cm-12.1" />
<project name="android_device_ONDA_octopus-ibt" path="device/ONDA/octopus-ibt" remote="xunmod" revision="lollipop" />
</manifest>

8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ jobs:
steps:
- name: Get disk usage
run: |
sudo du -hxd3 /__e
echo "========== / =========="
sudo du -hxd3 /
echo "========== __e =========="
sudo du -hxd2 /__e
echo "========== __w =========="
sudo du -hxd2 /__w
df -h
- name: Get source
run: |
Expand All @@ -34,6 +39,7 @@ jobs:
wget https://github.com/xunmod/android_device_ONDA_octopus-ibt/raw/lollipop/.github/extras.xml -O .repo/local_manifests/extras.xml
repo sync -c -f --no-tags --no-clone-bundle -j16
rm -r device/softwinner/octopus-ibt
curl https://github.com/xunmod/twrp_device_ONDA_octopus-ibt/raw/twrp-4.4/twrp_gdb.patch | patch -p1 -
- name: Build
shell: bash
run: |
Expand Down

0 comments on commit 9cc41c5

Please sign in to comment.