mirror of
https://github.com/openwrt-xiaomi/builder.git
synced 2026-03-20 09:28:40 +05:00
Compare commits
2 Commits
v24-260206
...
050e11496a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
050e11496a | ||
|
|
c516910a95 |
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -307,6 +307,7 @@ jobs:
|
||||
TARGET: ${{ matrix.target }}
|
||||
USE_CACHE: ${{ github.event.inputs.use_cache }}
|
||||
CACHE_VER: ${{ github.event.inputs.cache_ver }}
|
||||
INP_TRX_BUILD: ${{ github.event.inputs.trx_build == 'true' }}
|
||||
run: |
|
||||
echo USE_CACHE = $USE_CACHE
|
||||
HOST_TOOLS_STG_DIR=staging_dir/host
|
||||
@@ -387,6 +388,9 @@ jobs:
|
||||
if [ "$USE_CACHE" = "true" ]; then
|
||||
echo USE_CACHE = $USE_CACHE
|
||||
fi
|
||||
if [ "$INP_TRX_BUILD" = true ]; then
|
||||
CACHE_VER=$CACHE_VER-trx
|
||||
fi
|
||||
echo "USE_CACHE=$USE_CACHE" >> $GITHUB_ENV
|
||||
echo "CACHE_VER=$CACHE_VER" >> $GITHUB_ENV
|
||||
echo "HOST_TOOLS_STG_DIR=$HOST_TOOLS_STG_DIR" >> $GITHUB_ENV
|
||||
|
||||
@@ -46,6 +46,8 @@ CONFIG_PACKAGE_luci-i18n-filemanager-ru=y
|
||||
#CONFIG_PACKAGE_atftp=y
|
||||
#CONFIG_PACKAGE_atftpd=y
|
||||
CONFIG_PACKAGE_lscpu=y
|
||||
CONFIG_PACKAGE_ip-full=y
|
||||
CONFIG_PACKAGE_tc-full=y
|
||||
CONFIG_PACKAGE_bind-tools=y
|
||||
CONFIG_PACKAGE_facinstall=y
|
||||
|
||||
|
||||
Reference in New Issue
Block a user