From a61d9608fae5d04cc41e7d18e5fb6dd4f9b0cdbc Mon Sep 17 00:00:00 2001 From: sterni Date: Wed, 15 Sep 2021 01:09:13 +0200 Subject: 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 --- bin/__dispatch.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/__dispatch.sh') diff --git a/bin/__dispatch.sh b/bin/__dispatch.sh index 535c9b48ab..e304d86b79 100755 --- a/bin/__dispatch.sh +++ b/bin/__dispatch.sh @@ -40,6 +40,9 @@ case "${TARGET_TOOL}" in ninja) attr="third_party.ninja" ;; + nint) + attr="nix.nint" + ;; perf-flamegraph) attr="tools.perf-flamegraph" ;; -- cgit 1.4.1