feat(bin): add nint to __dispatch.sh
Change-Id: I0e52a0e87ae15901aaabcc7196d2cd76a8b143aa Reviewed-on: https://cl.tvl.fyi/c/depot/+/3549 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
2c35244d16
commit
a61d9608fa
2 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,9 @@ case "${TARGET_TOOL}" in
|
||||||
ninja)
|
ninja)
|
||||||
attr="third_party.ninja"
|
attr="third_party.ninja"
|
||||||
;;
|
;;
|
||||||
|
nint)
|
||||||
|
attr="nix.nint"
|
||||||
|
;;
|
||||||
perf-flamegraph)
|
perf-flamegraph)
|
||||||
attr="tools.perf-flamegraph"
|
attr="tools.perf-flamegraph"
|
||||||
;;
|
;;
|
||||||
|
|
1
bin/nint
Symbolic link
1
bin/nint
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
__dispatch.sh
|
Loading…
Reference in a new issue