Fix CI to avoid RedoxFS/FUSE/tar problems
This commit is contained in:
parent
15070165f3
commit
fd40776d35
3 changed files with 2 additions and 3 deletions
2
mk/ci.mk
2
mk/ci.mk
|
@ -14,7 +14,7 @@ ci-img: FORCE
|
|||
cd $(IMG_DIR) && sha256sum -b * > SHA256SUM
|
||||
|
||||
# The name of the target must match the name of the filesystem config file
|
||||
desktop server demo: FORCE
|
||||
server desktop demo: FORCE
|
||||
rm -f "build/$(ARCH)/$@/harddrive.img" "build/$(ARCH)/$@/livedisk.iso"
|
||||
$(MAKE) CONFIG_NAME=$@ build/$(ARCH)/$@/harddrive.img build/$(ARCH)/$@/livedisk.iso
|
||||
cp "build/$(ARCH)/$@/harddrive.img" "$(IMG_DIR)/redox_$(@)$(IMG_SEPARATOR)$(IMG_TAG)_harddrive.img"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue