Fix benchmark.bootstrap2
parent
9f90cf6263
commit
c5bdf78d9a
|
@ -1,9 +1,14 @@
|
||||||
USING: tools.deploy.private io.files system
|
USING: io.files io.launcher system tools.deploy.backend
|
||||||
tools.deploy.backend ;
|
namespaces sequences kernel ;
|
||||||
IN: benchmark.bootstrap2
|
IN: benchmark.bootstrap2
|
||||||
|
|
||||||
: bootstrap-benchmark
|
: bootstrap-benchmark
|
||||||
"." resource-path cd
|
"." resource-path cd
|
||||||
vm { "-output-image=foo.image" "-no-user-init" } stage2 ;
|
[
|
||||||
|
vm ,
|
||||||
|
"-i=" boot-image-name append ,
|
||||||
|
"-output-image=foo.image" ,
|
||||||
|
"-no-user-init" ,
|
||||||
|
] { } make run-process drop ;
|
||||||
|
|
||||||
MAIN: bootstrap-benchmark
|
MAIN: bootstrap-benchmark
|
||||||
|
|
Loading…
Reference in New Issue