Skip to content

Commit 329720f

Browse files
author
codethinki
committed
somehow i had buildcache in the ci-config-base again idk what happened there
1 parent 62649b5 commit 329720f

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

ci/CMakeUserPresets.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@
44
{
55
"name": "ci-config-base",
66
"hidden": true,
7-
"inherits": [
8-
"build-cache"
9-
],
10-
"environment": {
11-
"BUILDCACHE_DIR": "${sourceDir}/.buildcache",
12-
"BUILDCACHE_MAX_CACHE_SIZE": "524288000"
13-
},
7+
"environment": {
8+
"BUILDCACHE_DIR": "${sourceDir}/.buildcache",
9+
"BUILDCACHE_MAX_CACHE_SIZE": "524288000"
10+
},
1411
"cacheVariables": {
1512
"FL_BUILD_TESTS": "ON",
1613
"FL_BUILD_STANDALONE": "ON"

0 commit comments

Comments
 (0)