ccache
Some checks failed
Bigfoot / Build And Upload Conan Dependencies to BigfootPackages (push) Failing after 9s
Bigfoot / Clang Format Checks (push) Successful in 10s
Bigfoot / Build & Test Debug with ./ConanProfiles/clang (Unity Build: OFF) (push) Has been skipped
Bigfoot / Build & Test Debug with ./ConanProfiles/clang (Unity Build: ON) (push) Has been skipped
Bigfoot / Build & Test Debug with ./ConanProfiles/clang_asan (Unity Build: OFF) (push) Has been skipped
Bigfoot / Build & Test Debug with ./ConanProfiles/clang_asan (Unity Build: ON) (push) Has been skipped
Bigfoot / Build & Test RelWithDebInfo with ./ConanProfiles/clang (Unity Build: OFF) (push) Has been skipped
Bigfoot / Build & Test RelWithDebInfo with ./ConanProfiles/clang (Unity Build: ON) (push) Has been skipped
Bigfoot / Build & Test RelWithDebInfo with ./ConanProfiles/clang_asan (Unity Build: OFF) (push) Has been skipped
Bigfoot / Build & Test RelWithDebInfo with ./ConanProfiles/clang_asan (Unity Build: ON) (push) Has been skipped
Bigfoot / Build & Test Release with ./ConanProfiles/clang (Unity Build: OFF) (push) Has been skipped
Bigfoot / Build & Test Release with ./ConanProfiles/clang (Unity Build: ON) (push) Has been skipped
Bigfoot / Build & Test Release with ./ConanProfiles/clang_asan (Unity Build: OFF) (push) Has been skipped
Bigfoot / Build & Test Release with ./ConanProfiles/clang_asan (Unity Build: ON) (push) Has been skipped

This commit is contained in:
2026-04-14 18:36:29 +02:00
parent f1b54d9e16
commit 1f6821c0e0
2 changed files with 4 additions and 4 deletions

View File

@@ -20,8 +20,8 @@ jobs:
CCACHE_DIR: /ccache CCACHE_DIR: /ccache
CCACHE_MAXSIZE: 10G CCACHE_MAXSIZE: 10G
CCACHE_BASEDIR: /root/.conan2/p CCACHE_BASEDIR: /root/.conan2
CCACHE_NOHASHDIR: "true" CCACHE_HASHDIR: "false"
CCACHE_COMPILERCHECK: "%compiler% -dumpversion" CCACHE_COMPILERCHECK: "%compiler% -dumpversion"
name: "Build And Upload Conan Dependencies to BigfootPackages" name: "Build And Upload Conan Dependencies to BigfootPackages"
steps: steps:

View File

@@ -19,8 +19,8 @@ on:
CCACHE_DIR: /ccache CCACHE_DIR: /ccache
CCACHE_MAXSIZE: 10G CCACHE_MAXSIZE: 10G
CCACHE_BASEDIR: /root/.conan2/p CCACHE_BASEDIR: /root/.conan2
CCACHE_NOHASHDIR: "true" CCACHE_HASHDIR: "false"
CCACHE_COMPILERCHECK: "%compiler% -dumpversion" CCACHE_COMPILERCHECK: "%compiler% -dumpversion"
name: "Build And Upload Conan Dependencies to BigfootPackages" name: "Build And Upload Conan Dependencies to BigfootPackages"
steps: steps: