actions: distclean
Some checks failed
/ build-and-publish (push) Failing after 53m23s

This commit is contained in:
hayzam 2024-11-13 19:43:52 +00:00
parent 6f78461ea2
commit fdba8c675e

View file

@ -59,13 +59,12 @@ jobs:
- name: Build
run: |
cd /opt/difos
rm -f .config
FORCE_UNSAFE_CONFIGURE=1 CONFIG_TARGET_ROOTFS_INITRAMFS=n make distclean -j4
./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 dirclean -j4
FORCE_UNSAFE_CONFIGURE=1 CONFIG_TARGET_ROOTFS_INITRAMFS=n make download -j4
FORCE_UNSAFE_CONFIGURE=1 CONFIG_TARGET_ROOTFS_INITRAMFS=n make -j4