doing a clean before build might help
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user