Skip to content

Commit 7c3c2bf

Browse files
authored
fix(ci): remove custom turbo-cache-dir, use default .turbo (#8043)
1 parent 254faac commit 7c3c2bf

45 files changed

Lines changed: 4 additions & 35 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 2 additions & 0 deletions

.github/actions/init-blacksmith/action.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ inputs:
2121
description: 'Cache usage settings'
2222
required: false
2323
default: 'remote:rw'
24-
turbo-cache-dir:
25-
description: 'The cache dir to use for Turbo'
26-
required: false
27-
default: './.turbo-cache'
2824
turbo-signature:
2925
description: 'The signature to use for Turbo'
3026
required: false
@@ -52,7 +48,6 @@ runs:
5248
env:
5349
# envs are required to pass inputs to the script
5450
CACHE: ${{ inputs.turbo-cache }}
55-
CACHE_DIR: ${{ inputs.turbo-cache-dir }}
5651
ENABLED: ${{ inputs.turbo-enabled }}
5752
SIGNATURE: ${{ inputs.turbo-signature }}
5853
SUMMARIZE: ${{ inputs.turbo-summarize }}
@@ -67,10 +62,9 @@ runs:
6762
? os.availableParallelism()
6863
: os.cpus().length;
6964
70-
const { ENABLED, CACHE = 'remote:rw', CACHE_DIR, SIGNATURE, SUMMARIZE, TEAM, TOKEN, VERBOSE } = process.env
65+
const { ENABLED, CACHE = 'remote:rw', SIGNATURE, SUMMARIZE, TEAM, TOKEN, VERBOSE } = process.env
7166
7267
const ARGS = [
73-
`--cache-dir=${CACHE_DIR}`,
7468
`--concurrency=${cpus}`,
7569
`--summarize=${SUMMARIZE}`,
7670
]

.github/actions/init/action.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ inputs:
2121
description: 'Cache usage settings'
2222
required: false
2323
default: 'remote:rw'
24-
turbo-cache-dir:
25-
description: 'The cache dir to use for Turbo'
26-
required: false
27-
default: './.turbo-cache'
2824
turbo-signature:
2925
description: 'The signature to use for Turbo'
3026
required: false
@@ -52,7 +48,6 @@ runs:
5248
env:
5349
# envs are required to pass inputs to the script
5450
CACHE: ${{ inputs.turbo-cache }}
55-
CACHE_DIR: ${{ inputs.turbo-cache-dir }}
5651
ENABLED: ${{ inputs.turbo-enabled }}
5752
SIGNATURE: ${{ inputs.turbo-signature }}
5853
SUMMARIZE: ${{ inputs.turbo-summarize }}
@@ -67,10 +62,9 @@ runs:
6762
? os.availableParallelism()
6863
: os.cpus().length;
6964
70-
const { ENABLED, CACHE = 'remote:rw', CACHE_DIR, SIGNATURE, SUMMARIZE, TEAM, TOKEN, VERBOSE } = process.env
65+
const { ENABLED, CACHE = 'remote:rw', SIGNATURE, SUMMARIZE, TEAM, TOKEN, VERBOSE } = process.env
7166
7267
const ARGS = [
73-
`--cache-dir=${CACHE_DIR}`,
7468
`--concurrency=${cpus}`,
7569
`--summarize=${SUMMARIZE}`,
7670
]

.turbo-cache/0c04a9ab188580da-meta.json

Lines changed: 0 additions & 1 deletion
This file was deleted.
-450 KB
Binary file not shown.

.turbo-cache/2d4b565ecd39f3c4-meta.json

Lines changed: 0 additions & 1 deletion
This file was deleted.
-262 KB
Binary file not shown.

.turbo-cache/38999df4adad9053-meta.json

Lines changed: 0 additions & 1 deletion
This file was deleted.
-10.9 KB
Binary file not shown.

.turbo-cache/5481e25ed32b5245-meta.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)