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