2
0

doing a clean before build might help

This commit is contained in:
2021-09-17 17:47:11 +02:00
parent e1dbf444fc
commit 3dc9b07152
2 changed files with 7 additions and 3 deletions

View File

@@ -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

View File

@@ -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