mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 18:11:35 +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
7d6ac42060
commit
b606e28039
@ -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