intel / ACON

Apache License 2.0
57 stars 18 forks source link

scripts: Add scripting support for start_rust_buildenv #17

Closed binxing closed 1 year ago

binxing commented 1 year ago

start_rust_buildenv currently supports interactive invocation only. This commit adds the following features.

billionairiam commented 1 year ago

I just tried U=. start_rust_buildenv -- ./build and U=. start_rust_buildenv -- ./build -r -Ffull. It works for me.

binxing commented 1 year ago

@billionairiam, I'm taking your feedback as an approval to merge.