We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3e804 commit 9f6d989Copy full SHA for 9f6d989
1 file changed
script/get-generic-sys-util/meta.yaml
@@ -632,7 +632,7 @@ variations:
632
linux-tools:
633
env:
634
MLC_SYS_UTIL_NAME: linux-tools
635
- MLC_SYS_UTIL_VERSION_CMD: perf --version
+ MLC_SYS_UTIL_VERSION_CMD: find /usr/lib/linux-tools -name "perf" -executable -print -quit | xargs -I {} {} --version
636
MLC_SYS_UTIL_VERSION_RE: \b(\d+\.\d+(?:\.\d+)?)\b
637
MLC_TMP_VERSION_DETECT_GROUP_NUMBER: 0
638
new_env_keys:
0 commit comments