mirror of
https://github.com/openwrt-xiaomi/builder.git
synced 2026-02-10 03:07:07 +05:00
Compare commits
2 Commits
c5fe3ea00b
...
ef5e7155b5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ef5e7155b5 | ||
|
|
b788e7e165 |
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -162,7 +162,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt-get -qq update
|
sudo apt-get -qq update
|
||||||
#sudo apt-get -qq update && sudo apt-get -qq upgrade
|
#sudo apt-get -qq update && sudo apt-get -qq upgrade
|
||||||
sudo apt-get -qq install $(cat $DEPENDENCIES)
|
sudo apt-get -qq install build-essential gawk flex rsync swig unzip zlib1g-dev file wget
|
||||||
|
sudo apt-get -qq install libc6-dev clang flex bison g++ gcc-multilib g++-multilib
|
||||||
|
sudo apt-get -qq install gettext git libncurses5-dev libssl-dev python3-setuptools
|
||||||
|
sudo apt-get -qq install libc6-dev pkg-config
|
||||||
sudo apt-get -qq autoremove --purge
|
sudo apt-get -qq autoremove --purge
|
||||||
sudo apt-get -qq clean
|
sudo apt-get -qq clean
|
||||||
sudo timedatectl set-timezone "$TZ"
|
sudo timedatectl set-timezone "$TZ"
|
||||||
@@ -236,7 +239,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Download tools and toolchain
|
- name: Download tools and toolchain
|
||||||
id: tools_download
|
id: tools_download
|
||||||
if: steps.configure.outputs.status == 'success'
|
if: false # steps.configure.outputs.status == 'success'
|
||||||
run: |
|
run: |
|
||||||
cd $BUILD_ROOT
|
cd $BUILD_ROOT
|
||||||
G_TARGET_ARCH=$( grep -so '^CONFIG_TARGET_ARCH_PACKAGES=' .config | cut -d'"' -f2 )
|
G_TARGET_ARCH=$( grep -so '^CONFIG_TARGET_ARCH_PACKAGES=' .config | cut -d'"' -f2 )
|
||||||
|
|||||||
2
xmake.sh
2
xmake.sh
@@ -322,6 +322,8 @@ function build_target {
|
|||||||
make_jobs=$( grep processor /proc/cpuinfo | tail -n 1 | awk '{print $3}' )
|
make_jobs=$( grep processor /proc/cpuinfo | tail -n 1 | awk '{print $3}' )
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
cp -af $XDIR/.config $XDIR/tmp/.config
|
||||||
|
|
||||||
#make tools/install -j$make_jobs
|
#make tools/install -j$make_jobs
|
||||||
#make toolchain/install -j$make_jobs
|
#make toolchain/install -j$make_jobs
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user