Skip to content

Commit 523b68d

Browse files
committed
actions: scripts: bring back mglru
Added cherry-pick and revert commands for specific commits in build actions.
1 parent 0c5ed83 commit 523b68d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

build_actions.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ rm -rf *
2727
git reset --hard
2828
git switch android16
2929
git switch -c build-vanilla || exit 1
30+
# mglru
31+
git cherry-pick 8b266fd430de31b1cd49049f9a7543516b223a6d || exit
32+
git revert d0d19501b373a540fbd56551b430619e2d67b5a8 --no-edit || exit
33+
git cherry-pick d749fbbfb5e51e845e3ed227de64eba4ad80f861 || exit
3034
bash ../../build_vanilla.sh
3135
if [ $? -eq 0 ] ; then
3236
cp 4.19*.zip ../../4.19-A16-valeryn-`date +'%d.%m.%y-%H%M'`.zip
@@ -40,6 +44,9 @@ rm -rf *
4044
git reset --hard
4145
git switch android16
4246
git switch -c build-ksun1 || exit 1
47+
git cherry-pick 8b266fd430de31b1cd49049f9a7543516b223a6d || exit
48+
git revert d0d19501b373a540fbd56551b430619e2d67b5a8 --no-edit || exit
49+
git cherry-pick d749fbbfb5e51e845e3ed227de64eba4ad80f861 || exit
4350
bash ../../build_ksun1.sh
4451
if [ $? -eq 0 ] ; then
4552
cp 4.19*.zip ../../4.19-A16-valeryn-ksun-1.1.1-`date +'%d.%m.%y-%H%M'`.zip
@@ -54,6 +61,9 @@ rm -rf *
5461
git reset --hard
5562
git switch android16
5663
git switch -c build-ksun3 || exit 1
64+
git cherry-pick 8b266fd430de31b1cd49049f9a7543516b223a6d || exit
65+
git revert d0d19501b373a540fbd56551b430619e2d67b5a8 --no-edit || exit
66+
git cherry-pick d749fbbfb5e51e845e3ed227de64eba4ad80f861 || exit
5767
bash ../../build_ksun3.sh
5868
if [ $? -eq 0 ] ; then
5969
cp 4.19*.zip ../../4.19-A16-valeryn-ksun-3.2.0-`date +'%d.%m.%y-%H%M'`.zip

0 commit comments

Comments
 (0)