Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
piggz authored Oct 12, 2023
1 parent e87e21d commit cf19fa5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@ jobs:
cp -r /share/. . ;
#Install required packages
sudo zypper -n in kmod lvm2 atruncate pigz android-tools curl clang git zlib-devel glibc-devel glibc-static libstdc++-devel p7zip
sudo zypper -n in kmod lvm2 atruncate pigz android-tools curl clang git zlib-devel glibc-devel glibc-static libstdc++-devel p7zip ;
#Create the image
./scripts/create-image.sh --release $RELEASE --version $VERSION
./scripts/create-image.sh --release $RELEASE --version $VERSION ;
# create fastboot flashable super.img
find
git clone https://github.com/LonelyFool/lpunpack_and_lpmake.git
cd lpunpack_and_lpmake
export LDFLAGS="-lstdc++fs -L/usr/lib/gcc/aarch64-meego-linux-gnuabi/8.3.0/"
./make.sh && cd ..
#curl -O https://volla.tech/filedump/ubuntu-touch-mimameid-firmware-r.tar.xz
#tar xvJf ubuntu-touch-mimameid-firmware-r.tar.xz
./lpunpack_and_lpmake/bin/lpmake --metadata-size 65536 --metadata-slots 1 --sparse --super-name super --device super:8589934592 --group sailfish:8585740288 --partition system_a:none:8388608000:sailfish --image 'system_a=SailfishOS-vidofnir/root.img' --output SailfishOS-vidofnir/super.img
find ;
git clone https://github.com/LonelyFool/lpunpack_and_lpmake.git ;
cd lpunpack_and_lpmake ;
export LDFLAGS=\"-lstdc++fs -L/usr/lib/gcc/aarch64-meego-linux-gnuabi/8.3.0/\" ;
./make.sh && cd .. ;
#curl -O https://volla.tech/filedump/ubuntu-touch-mimameid-firmware-r.tar.xz ;
#tar xvJf ubuntu-touch-mimameid-firmware-r.tar.xz ;
./lpunpack_and_lpmake/bin/lpmake --metadata-size 65536 --metadata-slots 1 --sparse --super-name super --device super:8589934592 --group sailfish:8585740288 --partition system_a:none:8388608000:sailfish --image 'system_a=SailfishOS-vidofnir/root.img' --output SailfishOS-vidofnir/super.img ;
sudo cp -r mic/. /share/output/mic"
Expand Down

0 comments on commit cf19fa5

Please sign in to comment.