Skip to content

Commit

Permalink
Merge branch 'branch-23.12' of github.com:rapidsai/devcontainers into…
Browse files Browse the repository at this point in the history
… branch-24.02
  • Loading branch information
trxcllnt committed Dec 12, 2023
2 parents 64ae87e + aba251d commit 7ee82e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion features/src/sccache/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "sccache",
"id": "sccache",
"version": "24.2.0",
"version": "24.2.1",
"description": "A feature to install sccache",
"options": {
"version": {
"type": "string",
"proposals": [
"latest",
"0.7.4",
"0.4.0",
"0.3.1",
"0.3.0",
Expand Down
6 changes: 3 additions & 3 deletions features/test/utils/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"cmake": {},
"ninja": {},
"sccache": {
"version": "0.5.4"
"version": "0.7.4"
},
"utils": {}
},
Expand Down Expand Up @@ -75,7 +75,7 @@
"cmake": {},
"ninja": {},
"sccache": {
"version": "0.5.4"
"version": "0.7.4"
},
"utils": {}
},
Expand Down Expand Up @@ -121,7 +121,7 @@
"cmake": {},
"ninja": {},
"sccache": {
"version": "0.5.4"
"version": "0.7.4"
},
"utils": {}
},
Expand Down
2 changes: 1 addition & 1 deletion image/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"./features/cmake": {},
"./features/ninja": {},
"./features/sccache": {
"version": "0.5.4"
"version": "0.7.4"
},
"./features/utils": {}
},
Expand Down

0 comments on commit 7ee82e0

Please sign in to comment.