From 1b92bf273772552285b8e948f509ab1dbc7cdd7d Mon Sep 17 00:00:00 2001 From: KFERMercer Date: Mon, 16 Dec 2019 00:03:24 +0800 Subject: [PATCH] adjusting --- openwrt-ci.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/openwrt-ci.yml b/openwrt-ci.yml index 82bbbcb78..1218dc8d1 100644 --- a/openwrt-ci.yml +++ b/openwrt-ci.yml @@ -42,11 +42,15 @@ jobs: 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 sudo -E apt-get -y autoremove --purge sudo -E apt-get clean - # <**隐藏功能**> 终极空间释放大法: - # sudo mkdir -p -m 777 /mnt/openwrt/dl /mnt/openwrt/feeds /mnt/openwrt/bin + + # sudo mkdir -p -m 777 /mnt/openwrt/bin /mnt/openwrt/build_dir/host /mnt/openwrt/build_dir/hostpkg /mnt/openwrt/dl /mnt/openwrt/feeds /mnt/openwrt/staging_dir + # ln -s /mnt/openwrt/bin ./bin + # mkdir -p ./build_dir/host && ln -s /mnt/openwrt/build_dir/host ./build_dir/host + # mkdir -p ./build_dir/host && ln -s /mnt/openwrt/build_dir/hostpkg ./build_dir/hostpkg # ln -s /mnt/openwrt/dl ./dl # ln -s /mnt/openwrt/feeds ./feeds - # ln -s /mnt/openwrt/bin ./bin + # ln -s /mnt/openwrt/staging_dir ./staging_dir + df -h - name: Update feeds