diff --git a/features/src/sccache/.bashrc b/features/src/sccache/.bashrc index 799d21b2..492d0686 100644 --- a/features/src/sccache/.bashrc +++ b/features/src/sccache/.bashrc @@ -1,3 +1,4 @@ + export RUSTC_WRAPPER=${RUSTC_WRAPPER:-/usr/bin/sccache}; export SCCACHE_IDLE_TIMEOUT=${SCCACHE_IDLE_TIMEOUT:-32768}; export CMAKE_C_COMPILER_LAUNCHER=${CMAKE_C_COMPILER_LAUNCHER:-/usr/bin/sccache}; diff --git a/features/src/sccache/devcontainer-feature.json b/features/src/sccache/devcontainer-feature.json index 40d9837d..17f4a3ce 100644 --- a/features/src/sccache/devcontainer-feature.json +++ b/features/src/sccache/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "sccache", "id": "sccache", - "version": "24.10.0", + "version": "24.10.1", "description": "A feature to install sccache", "options": { "version": {