File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -57,12 +57,12 @@ jobs:
5757
5858 meson setup build \
5959 -Dprefix=/data/share \
60- -Dinit-script=monitd \
61- -Druntime-path=/data/local /tmp \
60+ -Dinit-script=module \
61+ -Druntime-path=/data/share /tmp \
6262 -Dstrip=true \
6363 -Dd_lto=true \
6464 -Dlog-path=log/lxc \
65- -Ddata-path=/data/share/ lib/lxc \
65+ -Ddata-path=lib/lxc \
6666 --localstatedir=/data/share/var \
6767 -Db_pie=false \
6868 -Dmemfd-rexec=false \
9292 name : android-${{ github.event.inputs.target_arch || 'aarch64' }}-lxc
9393 path : /data/share/*
9494
95+ - name : Upload artifacts lxc-module
96+ 97+ with :
98+ name : android-lxc-module
99+ path : lxc-module.zip
100+
95101 - name : Create a TAR file for artifact
96102 run : |
97103 tar -czvf android-${{ github.event.inputs.target_arch || 'aarch64' }}-api30-lxc.tar.gz -C /data/share .
@@ -108,3 +114,4 @@ jobs:
108114 files : |
109115 android-${{ github.event.inputs.target_arch || 'aarch64' }}-api30-lxc.tar.gz
110116 android-${{ github.event.inputs.target_arch || 'aarch64' }}-api30-sysroot.tar.gz
117+ lxc-module.zip
You can’t perform that action at this time.
0 commit comments