Skip to content

Commit 213080b

Browse files
committed
Support versions for lib-jemalloc
1 parent 12bd124 commit 213080b

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

script/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MLCommons Automation Scripts
22

3-
*Last updated: 2026-03-20 17:33:41*
3+
*Last updated: 2026-03-23 23:44:00*
44

55
This directory contains automation scripts for MLPerf benchmarks, AI/ML workflows, and development operations.
66

script/get-lib-jemalloc/meta.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ deps:
1919
- MLC_GIT_SHA
2020
_submodules.:
2121
- MLC_GIT_SUBMODULES
22+
_tag.:
23+
- MLC_GIT_CHECKOUT_TAG
2224
names:
2325
- jemalloc-repo
2426
extra_cache_tags: jemalloc,repo,jemalloc-repo
@@ -52,17 +54,20 @@ variations:
5254
version.official:
5355
base:
5456
- url.official
57+
version.#:
58+
env:
59+
MLC_GIT_CHECKOUT_TAG: '#'
5560
url.#:
56-
group: version
61+
group: repo
5762
env:
5863
MLC_GIT_URL: '#'
5964
url.official:
60-
group: version
65+
group: repo
6166
env:
6267
MLC_GIT_URL: https://github.com/jemalloc/jemalloc.git
6368
MLC_JEMALLOC_VERSION_PREFIX: 'jemalloc-dev'
6469
url.facebook:
65-
group: version
70+
group: repo
6671
default: true
6772
env:
6873
MLC_GIT_URL: https://github.com/facebook/jemalloc.git

0 commit comments

Comments
 (0)