From ea98331659c1c669936b359e9e05531f79166cb5 Mon Sep 17 00:00:00 2001 From: ptaylor Date: Mon, 19 Aug 2024 18:50:42 -0700 Subject: [PATCH] add an empty line to work around issue fixed by https://github.com/devcontainers/features/pull/1100 --- features/src/sccache/.bashrc | 1 + features/src/sccache/devcontainer-feature.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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": {