Re-run defconfig after removing modules packages

This commit is contained in:
Daniel Pawlik
2024-09-30 08:45:53 +02:00
parent 563cb8700f
commit f7662b867f
7 changed files with 8 additions and 35 deletions

View File

@@ -69,11 +69,8 @@ jobs:
run: |
grep "=m" .config | grep -v 'CONFIG_PACKAGE_libustream-mbedtls=m' | while read -r line; do module=$(echo "$line" | cut -f1 -d'='); sed -i "s/^$line$/# $module is not set/" .config; done
- name: Download dependencies
run: make -j $(nproc) download
- name: Build the firmware image
run: make -j $(nproc) world
run: make -j $(nproc) defconfig download world
- name: Package output
run: tar -cvf 4a_giga-images.tar bin/targets/mediatek/mt7621

View File

@@ -69,11 +69,8 @@ jobs:
run: |
grep "=m" .config | grep -v 'CONFIG_PACKAGE_libustream-mbedtls=m' | while read -r line; do module=$(echo "$line" | cut -f1 -d'='); sed -i "s/^$line$/# $module is not set/" .config; done
- name: Download dependencies
run: make -j $(nproc) download
- name: Build the firmware image
run: make -j $(nproc) world
run: make -j $(nproc) defconfig download world
- name: Package output
run: tar -cvf ax_3200-images.tar bin/targets/mediatek/mt7622

View File

@@ -15,7 +15,7 @@ env:
ROLE_CONFIG: configs/common/main-router
NSS_CONFIG: configs/common/nss
NSS_PACKAGES_REPOSITORY: qosmio/nss-packages
NSS_PACKAGES_REPOSITORY_BRANCH: NSS-12.5-K6.x
NSS_PACKAGES_REPOSITORY_BRANCH: NSS-12.5-K6.x
jobs:
check_commits:
@@ -86,12 +86,9 @@ jobs:
# run: |
# grep "=m" .config | grep -v 'CONFIG_PACKAGE_libustream-mbedtls=m' | while read -r line; do module=$(echo "$line" | cut -f1 -d'='); sed -i "s/^$line$/# $module is not set/" .config; done
- name: Download dependencies
run: make -j $(nproc) download
# If debugging and container is a root: export FORCE_UNSAFE_CONFIGURE=1
- name: Build the firmware image
run: make -j $(nproc) world
run: make -j $(nproc) defconfig download world
- name: Package output
run: tar -cvf ax_3600-images.tar bin/targets/qualcommax/ipq807x

View File

@@ -79,14 +79,8 @@ jobs:
run: |
grep "=m" .config | grep -v 'CONFIG_PACKAGE_libustream-mbedtls=m' | while read -r line; do module=$(echo "$line" | cut -f1 -d'='); sed -i "s/^$line$/# $module is not set/" .config; done
- name: Run once again defconfig
run: make -j $(nproc) defconfig
- name: Download dependencies
run: make -j $(nproc) download
- name: Build the firmware image
run: make -j $(nproc) world
run: make -j $(nproc) defconfig download world
- name: Package output
run: tar -cvf bpi_r4-images.tar bin/targets/mediatek/filogic

View File

@@ -84,14 +84,8 @@ jobs:
run: |
grep "=m" .config | grep -v 'CONFIG_PACKAGE_libustream-mbedtls=m' | while read -r line; do module=$(echo "$line" | cut -f1 -d'='); sed -i "s/^$line$/# $module is not set/" .config; done
- name: Run once again defconfig
run: make -j $(nproc) defconfig
- name: Download dependencies
run: make -j $(nproc) download
- name: Build the firmware image
run: make -j $(nproc) world
run: make -j $(nproc) defconfig download world
- name: Package output
run: tar -cvf bpi_r4-images.tar bin/targets/mediatek/filogic

View File

@@ -70,11 +70,8 @@ jobs:
run: |
grep "=m" .config | grep -v 'CONFIG_PACKAGE_libustream-mbedtls=m' | while read -r line; do module=$(echo "$line" | cut -f1 -d'='); sed -i "s/^$line$/# $module is not set/" .config; done
- name: Download dependencies
run: make -j $(nproc) download
- name: Build the firmware image
run: make -j $(nproc) world
run: make -j $(nproc) defconfig download world
- name: Package output
run: tar -cvf u6lite-images.tar bin/targets/ramips/mt7621

View File

@@ -70,11 +70,8 @@ jobs:
run: |
grep "=m" .config | grep -v 'CONFIG_PACKAGE_libustream-mbedtls=m' | while read -r line; do module=$(echo "$line" | cut -f1 -d'='); sed -i "s/^$line$/# $module is not set/" .config; done
- name: Download dependencies
run: make -j $(nproc) download
- name: Build the firmware image
run: make -j $(nproc) world
run: make -j $(nproc) defconfig download world
- name: Package output
run: tar -cvf uapaclr-images.tar bin/targets/ath79/generic