Skip to content

Commit a70dd3f

Browse files
authored
Ignore md5sha1sum version detect failure on macos (#748)
1 parent 70f8d3d commit a70dd3f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

script/get-generic-sys-util/meta.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,12 @@ variations:
646646
MLC_SYS_UTIL_VERSION_CMD: md5sum --version | grep sha1sum
647647
MLC_SYS_UTIL_VERSION_RE: \b(\d+\.\d+(?:\.\d+)?)\b
648648
MLC_TMP_VERSION_DETECT_GROUP_NUMBER: 0
649+
update_meta_if_env:
650+
- enable_if_env:
651+
MLC_HOST_OS_FLAVOR:
652+
- macos
653+
env:
654+
MLC_GENERIC_SYS_UTIL_IGNORE_VERSION_DETECTION_FAILURE: yes
649655
new_env_keys:
650656
- MLC_MD5SHA1SUM_VERSION
651657
state:

0 commit comments

Comments
 (0)