Skip to content

Commit

Permalink
Make 4_0 the default version for scratch spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Feb 2, 2024
1 parent b7f2dde commit 1fc9100
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,17 @@
"uid": "e83fca30851f45ef",
"variations": {
"version.#": {
"group": "version",
"env": {
"CM_INTEL_SCRATCH_SPACE_VERSION": "#"
}
},
"version.4_0": {
"group": "version",
"default": true,
"env": {
"CM_INTEL_SCRATCH_SPACE_VERSION": "4_0"
}
}
},
"versions": {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,16 @@
"uid": "0b2bec8b29fb4ab7",
"variations": {
"version.#": {
"group": "version",
"env": {
"CM_NVIDIA_SCRATCH_SPACE_VERSION": "#"
"CM_NVIDIA_SCRATCH_SPACE_VERSION": "#"
}
},
"version.4_0": {
"group": "version",
"default": true,
"env": {
"CM_NVIDIA_SCRATCH_SPACE_VERSION": "4_0"
}
}
},
Expand Down

0 comments on commit 1fc9100

Please sign in to comment.