Skip to content

Commit f37a0d4

Browse files
committed
Add alternative for running metabuild functions in separate scripts
1 parent 05e6833 commit f37a0d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

text/0000-metabuild.mdwn

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ all of those, as well as a helper crate providing those types and traits, and
124124
we do not yet know what interfaces we need or want. We propose experimenting
125125
via the crates.io ecosystem first, before considering such interfaces.
126126

127+
Cargo could compile and run a separate `build.rs`-like script to run each
128+
metabuild function independently, rather than a single script that invokes all
129+
of them.
130+
127131
We could avoid introducing an extensible mechanism, and instead introduce
128132
individual semantic build interfaces one-by-one within Cargo itself. However,
129133
this would drastically impair experimentation and development, and in

0 commit comments

Comments
 (0)