Interpret the nix logs.
This commit is contained in:
9
README.org
Normal file
9
README.org
Normal file
@@ -0,0 +1,9 @@
|
||||
* Example invocations
|
||||
** Run build
|
||||
#+begin_src bash
|
||||
RUST_BACKTRACE=1 RUST_LOG=nix_builder=DEBUG cargo run -- build --config example_config.toml --target odo
|
||||
#+end_src
|
||||
** Feed logs
|
||||
#+begin_src bash
|
||||
RUST_BACKTRACE=1 RUST_LOG=nix_builder=DEBUG cargo run -- feed-log --input ~/persist/tmp/nix_build
|
||||
#+end_src
|
||||
Reference in New Issue
Block a user