From 3dc9b07152f404848a8287003cb8bdf9a55bf268 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Fri, 17 Sep 2021 17:47:11 +0200 Subject: [PATCH] doing a clean before build might help --- build-dir825-rndis.yaml | 6 ++++-- build-dir825.yaml | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/build-dir825-rndis.yaml b/build-dir825-rndis.yaml index 85aa7eb..517aede 100644 --- a/build-dir825-rndis.yaml +++ b/build-dir825-rndis.yaml @@ -54,10 +54,12 @@ spec: cd /usr/src/openwrt CCACHE_DIR=$(echo staging_dir/target-*)/ccache ccache -s ls -la . + export FORCE_UNSAFE_CONFIGURE=1 + make clean ./scripts/feeds update -a ./scripts/feeds install -a # build env does not like to be run as root.... - export FORCE_UNSAFE_CONFIGURE=1 + make -j6 download world $(params.make_flags) V=1 - name: upload-assets image: docker.io/minio/mc @@ -97,7 +99,7 @@ spec: - name: config value: dumont.wks-DIR825 - name: version - value: openwrt-19.07 + value: openwrt-21.02 resources: inputs: - name: openwrt-configs diff --git a/build-dir825.yaml b/build-dir825.yaml index d4794c7..41bfa82 100644 --- a/build-dir825.yaml +++ b/build-dir825.yaml @@ -54,10 +54,12 @@ spec: cd /usr/src/openwrt CCACHE_DIR=$(echo staging_dir/target-*)/ccache ccache -s ls -la . + export FORCE_UNSAFE_CONFIGURE=1 + make -j3 clean ./scripts/feeds update -a ./scripts/feeds install -a # build env does not like to be run as root.... - export FORCE_UNSAFE_CONFIGURE=1 + make -j6 download world $(params.make_flags) V=1 - name: upload-assets image: docker.io/minio/mc