Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Commit ff63d53

Browse files
committed
**easter egg**
1 parent 0b204bb commit ff63d53

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

openwrt-ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ jobs:
4242
sudo -E apt-get -y install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib p7zip p7zip-full msmtp libssl-dev texinfo libglib2.0-dev xmlto qemu-utils upx libelf-dev autoconf automake libtool autopoint device-tree-compiler
4343
sudo -E apt-get -y autoremove --purge
4444
sudo -E apt-get clean
45+
# <**隐藏功能**> 终极空间释放大法:
46+
# sudo mkdir -p -m 777 /mnt/openwrt/dl /mnt/openwrt/feeds /mnt/openwrt/bin
47+
# ln -s /mnt/openwrt/dl ./dl
48+
# ln -s /mnt/openwrt/feeds ./feeds
49+
# ln -s /mnt/openwrt/bin ./bin
4550
df -h
4651
4752
- name: Update feeds
@@ -188,6 +193,7 @@ jobs:
188193
run: |
189194
make download -j8
190195
find ./dl/ -size -1024c -exec rm -f {} \;
196+
df -h
191197
192198
- name: Compile firmware
193199
run: |

0 commit comments

Comments
 (0)