Skip to content

Commit

Permalink
Update sccache to 0.7.4 so that we get nvc++ support (#177)
Browse files Browse the repository at this point in the history
* Update sccache to 0.7.2 so that we get nvc++ support

* Bump version

* update to sccache v0.7.4

* update sccache version in devcontainer image

---------

Co-authored-by: Paul Taylor <178183+trxcllnt@users.noreply.github.com>
Co-authored-by: ptaylor <paul.e.taylor@me.com>
  • Loading branch information
3 people authored Dec 12, 2023
1 parent 30f3287 commit aba251d
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": "23.12.0",
"version": "23.12.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 aba251d

Please sign in to comment.