Update .forgejo/workflows/dmsbg-100.yml
Some checks failed
/ build-and-publish (push) Failing after 37m24s
Some checks failed
/ build-and-publish (push) Failing after 37m24s
This commit is contained in:
parent
596ab77c06
commit
f586eb4f80
1 changed files with 3 additions and 2 deletions
|
@ -62,11 +62,12 @@ jobs:
|
|||
rm -f .config
|
||||
./scripts/feeds update -a
|
||||
./scripts/feeds install -a
|
||||
rm -f .config
|
||||
cp -rf configs/dmsbg100.config .config
|
||||
make defconfig
|
||||
FORCE_UNSAFE_CONFIGURE=1 CONFIG_TARGET_ROOTFS_INITRAMFS=n make clean -j4
|
||||
FORCE_UNSAFE_CONFIGURE=1 CONFIG_TARGET_ROOTFS_INITRAMFS=n make targetclean -j4
|
||||
FORCE_UNSAFE_CONFIGURE=1 CONFIG_TARGET_ROOTFS_INITRAMFS=n make download -j4
|
||||
FORCE_UNSAFE_CONFIGURE=1 CONFIG_TARGET_ROOTFS_INITRAMFS=n make world -j4
|
||||
FORCE_UNSAFE_CONFIGURE=1 CONFIG_TARGET_ROOTFS_INITRAMFS=n make -j4
|
||||
|
||||
- name: Publish Packages to Portal
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue