mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-24 03:15:36 +00:00
Need even more space on scratch disk for tests
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
parent
da497754ec
commit
7292304d3a
@ -107,7 +107,7 @@ $(TARGET): $(TARGET).sym
|
||||
$(VERBOSE) $(ENV) $(STRIP) $(TARGET).sym -o $@
|
||||
|
||||
disk.img:
|
||||
dd if=/dev/zero of=disk.img bs=4096 count=1000k
|
||||
dd if=/dev/zero of=disk.img bs=4096 count=10000k
|
||||
|
||||
run: $(TARGET) disk.img
|
||||
./xhyverun.sh || true
|
||||
|
Loading…
Reference in New Issue
Block a user