doing a clean before build might help
This commit is contained in:
@@ -54,10 +54,12 @@ spec:
|
|||||||
cd /usr/src/openwrt
|
cd /usr/src/openwrt
|
||||||
CCACHE_DIR=$(echo staging_dir/target-*)/ccache ccache -s
|
CCACHE_DIR=$(echo staging_dir/target-*)/ccache ccache -s
|
||||||
ls -la .
|
ls -la .
|
||||||
|
export FORCE_UNSAFE_CONFIGURE=1
|
||||||
|
make clean
|
||||||
./scripts/feeds update -a
|
./scripts/feeds update -a
|
||||||
./scripts/feeds install -a
|
./scripts/feeds install -a
|
||||||
# build env does not like to be run as root....
|
# build env does not like to be run as root....
|
||||||
export FORCE_UNSAFE_CONFIGURE=1
|
|
||||||
make -j6 download world $(params.make_flags) V=1
|
make -j6 download world $(params.make_flags) V=1
|
||||||
- name: upload-assets
|
- name: upload-assets
|
||||||
image: docker.io/minio/mc
|
image: docker.io/minio/mc
|
||||||
@@ -97,7 +99,7 @@ spec:
|
|||||||
- name: config
|
- name: config
|
||||||
value: dumont.wks-DIR825
|
value: dumont.wks-DIR825
|
||||||
- name: version
|
- name: version
|
||||||
value: openwrt-19.07
|
value: openwrt-21.02
|
||||||
resources:
|
resources:
|
||||||
inputs:
|
inputs:
|
||||||
- name: openwrt-configs
|
- name: openwrt-configs
|
||||||
|
|||||||
@@ -54,10 +54,12 @@ spec:
|
|||||||
cd /usr/src/openwrt
|
cd /usr/src/openwrt
|
||||||
CCACHE_DIR=$(echo staging_dir/target-*)/ccache ccache -s
|
CCACHE_DIR=$(echo staging_dir/target-*)/ccache ccache -s
|
||||||
ls -la .
|
ls -la .
|
||||||
|
export FORCE_UNSAFE_CONFIGURE=1
|
||||||
|
make -j3 clean
|
||||||
./scripts/feeds update -a
|
./scripts/feeds update -a
|
||||||
./scripts/feeds install -a
|
./scripts/feeds install -a
|
||||||
# build env does not like to be run as root....
|
# build env does not like to be run as root....
|
||||||
export FORCE_UNSAFE_CONFIGURE=1
|
|
||||||
make -j6 download world $(params.make_flags) V=1
|
make -j6 download world $(params.make_flags) V=1
|
||||||
- name: upload-assets
|
- name: upload-assets
|
||||||
image: docker.io/minio/mc
|
image: docker.io/minio/mc
|
||||||
|
|||||||
Reference in New Issue
Block a user