forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: aUsernameWoW <[email protected]>
- Loading branch information
1 parent
37452bd
commit 54ce0e3
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
- name: Set up environment | ||
run: | | ||
sudo apt update | ||
sudo apt install -y build-essential clang flex bison g++ gawk gcc-multilib g++-multilib gettext git libncurses5-dev libssl-dev python3-setuptools rsync swig unzip zlib1g-dev file wget coreutils | ||
sudo apt install -y build-essential clang flex bison g++ gawk gcc-multilib g++-multilib gettext git libncurses5-dev libssl-dev python3-setuptools rsync swig unzip zlib1g-dev file wget coreutils ccache | ||
#sudo yum groupinstall "Development Tools" -y | ||
#sudo yum install cmake ncurses-devel zlib-devel gcc gcc-c++ patch unzip bzip2 gettext perl-Data-Dumper rsync -y | ||
#sudo yum install git subversion gawk libtool zlib-devel gcc make ncurses-devel patch wget bzip2 flex bison gperf python3 python3-pip python3-setuptools -y | ||
|
@@ -28,6 +28,9 @@ jobs: | |
#sudo cpan IPC::Cmd | ||
#yes | ||
- name: Configure ccache | ||
uses: hendrikmuhs/[email protected] | ||
|
||
- name: Cache OpenWRT dl folder | ||
uses: actions/cache@v3 | ||
with: | ||
|
@@ -117,6 +120,7 @@ jobs: | |
"CONFIG_BPF_EVENTS=y" \ | ||
"CONFIG_PACKAGE_wpad-wolfssl=m" \ | ||
"CONFIG_PACKAGE_kmod=y" \ | ||
"CONFIG_CCACHE=y" \ | ||
> .config | ||
make defconfig | ||
|