Skip to content

Commit

Permalink
diagnostics: show the cross output
Browse files Browse the repository at this point in the history
  • Loading branch information
David Herman committed Nov 23, 2023
1 parent 5da8ed5 commit cf46cdf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/cargo-messages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
"test": "cargo test",
"debug": "cargo build --message-format=json | neon dist",
"build": "cargo build --message-format=json --release | neon dist -v",
"cross": "cross build --message-format=json --release | neon dist -v -m /target",
"precross": "cross build --message-format=json --release > cross.log && npm run showlog",
"cross": "neon dist -v -m /target < cross.log",
"showlog": "node -e \"require('fs').readFile('cross.log', function(err,buf){ process.stdout.write(buf); })\"",
"pack-target": "neon tarball -v",
"prepack": "neon update-targets -v 2>update-targets.log",
"version": "neon bump -v --binaries npm"
Expand Down

0 comments on commit cf46cdf

Please sign in to comment.