mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 02:51:55 +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 $@
|
$(VERBOSE) $(ENV) $(STRIP) $(TARGET).sym -o $@
|
||||||
|
|
||||||
disk.img:
|
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
|
run: $(TARGET) disk.img
|
||||||
./xhyverun.sh || true
|
./xhyverun.sh || true
|
||||||
|
Loading…
Reference in New Issue
Block a user