Skip to content

Commit

Permalink
feat: update ccache from 4.8.3 to 4.9 (#265)
Browse files Browse the repository at this point in the history
* feat: update ccache from 4.8.3 to 4.9

* chore: rely on ccache compiler detection for clang-cl
  • Loading branch information
rjaegers committed Jan 15, 2024
1 parent dea510b commit 98226b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:22.04@sha256:6042500cf4b44023ea1894effe7890666b0c5c7871ed83a97c36c76ae560bb9b

ARG BATS_VERSION=1.10.0
ARG CCACHE_VERSION=4.8.3
ARG CCACHE_VERSION=4.9
ARG CLANG_VERSION=16
ARG DOCKER_VERSION=24.0.6
ARG MULL_VERSION=main
Expand Down
3 changes: 1 addition & 2 deletions test/CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"inherits": "defaults",
"toolchainFile": "${sourceDir}/clang-cl/toolchain.cmake",
"environment": {
"CCACHE_DEPEND": "true",
"CCACHE_COMPILERTYPE": "clang-cl"
"CCACHE_DEPEND": "true"
},
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Release"
Expand Down

0 comments on commit 98226b8

Please sign in to comment.