From aba251dc6e9c4f7679752f5bf3bee916792d825c Mon Sep 17 00:00:00 2001 From: Michael Schellenberger Costa Date: Tue, 12 Dec 2023 10:02:16 -0800 Subject: [PATCH] Update sccache to 0.7.4 so that we get nvc++ support (#177) * 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 --- features/src/sccache/devcontainer-feature.json | 3 ++- features/test/utils/scenarios.json | 6 +++--- image/.devcontainer/devcontainer.json | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/features/src/sccache/devcontainer-feature.json b/features/src/sccache/devcontainer-feature.json index 8c69329e..1e24bf1c 100644 --- a/features/src/sccache/devcontainer-feature.json +++ b/features/src/sccache/devcontainer-feature.json @@ -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", diff --git a/features/test/utils/scenarios.json b/features/test/utils/scenarios.json index 43fe8144..f274c465 100644 --- a/features/test/utils/scenarios.json +++ b/features/test/utils/scenarios.json @@ -29,7 +29,7 @@ "cmake": {}, "ninja": {}, "sccache": { - "version": "0.5.4" + "version": "0.7.4" }, "utils": {} }, @@ -75,7 +75,7 @@ "cmake": {}, "ninja": {}, "sccache": { - "version": "0.5.4" + "version": "0.7.4" }, "utils": {} }, @@ -121,7 +121,7 @@ "cmake": {}, "ninja": {}, "sccache": { - "version": "0.5.4" + "version": "0.7.4" }, "utils": {} }, diff --git a/image/.devcontainer/devcontainer.json b/image/.devcontainer/devcontainer.json index 15290061..43703980 100644 --- a/image/.devcontainer/devcontainer.json +++ b/image/.devcontainer/devcontainer.json @@ -27,7 +27,7 @@ "./features/cmake": {}, "./features/ninja": {}, "./features/sccache": { - "version": "0.5.4" + "version": "0.7.4" }, "./features/utils": {} },