find bazel executable easier
This commit is contained in:
4
getpath
4
getpath
@@ -1,6 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
exec bazel aquery \
|
# in builds.sr.ht, 'bazel' binary is stored in $HOME.
|
||||||
|
exec env PATH=$PATH:$HOME \
|
||||||
|
bazel aquery \
|
||||||
--platforms "$1" "$2" 2>/dev/null | \
|
--platforms "$1" "$2" 2>/dev/null | \
|
||||||
awk "/action 'GoLink/{f=1};/Outputs: / &&f{print;exit}" | \
|
awk "/action 'GoLink/{f=1};/Outputs: / &&f{print;exit}" | \
|
||||||
awk -F'\\[|\\]' '{print $2}'
|
awk -F'\\[|\\]' '{print $2}'
|
||||||
|
|||||||
Reference in New Issue
Block a user