@@ -433,6 +433,7 @@ fn metabuild_build_plan() {
433
433
"package_name": "mb",
434
434
"package_version": "0.5.0",
435
435
"target_kind": ["lib"],
436
+ "compile_mode": "build",
436
437
"kind": "Host",
437
438
"deps": [],
438
439
"outputs": ["[..]/target/debug/deps/libmb-[..].rlib"],
@@ -446,6 +447,7 @@ fn metabuild_build_plan() {
446
447
"package_name": "mb-other",
447
448
"package_version": "0.0.1",
448
449
"target_kind": ["lib"],
450
+ "compile_mode": "build",
449
451
"kind": "Host",
450
452
"deps": [],
451
453
"outputs": ["[..]/target/debug/deps/libmb_other-[..].rlib"],
@@ -459,6 +461,7 @@ fn metabuild_build_plan() {
459
461
"package_name": "foo",
460
462
"package_version": "0.0.1",
461
463
"target_kind": ["custom-build"],
464
+ "compile_mode": "build",
462
465
"kind": "Host",
463
466
"deps": [0, 1],
464
467
"outputs": ["[..]/target/debug/build/foo-[..]/metabuild_foo-[..][EXE]"],
@@ -472,6 +475,7 @@ fn metabuild_build_plan() {
472
475
"package_name": "foo",
473
476
"package_version": "0.0.1",
474
477
"target_kind": ["custom-build"],
478
+ "compile_mode": "run-custom-build",
475
479
"kind": "Host",
476
480
"deps": [2],
477
481
"outputs": [],
@@ -485,6 +489,7 @@ fn metabuild_build_plan() {
485
489
"package_name": "foo",
486
490
"package_version": "0.0.1",
487
491
"target_kind": ["lib"],
492
+ "compile_mode": "build",
488
493
"kind": "Host",
489
494
"deps": [3],
490
495
"outputs": ["[..]/foo/target/debug/deps/libfoo-[..].rlib"],
0 commit comments