Release 0.12.0
This commit is contained in:
parent
451432a104
commit
c50333a369
7 changed files with 23 additions and 23 deletions
4
dist/main/index.js
vendored
4
dist/main/index.js
vendored
|
|
@ -53,7 +53,7 @@ const diskCacheConfig = core.getInput('disk-cache')
|
|||
const diskCacheEnabled = diskCacheConfig !== 'false'
|
||||
let diskCacheName = 'disk'
|
||||
if (diskCacheEnabled) {
|
||||
bazelrc.push(`build --disk_cache=${bazelDisk}`)
|
||||
bazelrc.push(`common --disk_cache=${bazelDisk}`)
|
||||
if (diskCacheName !== 'true') {
|
||||
diskCacheName = `${diskCacheName}-${diskCacheConfig}`
|
||||
}
|
||||
|
|
@ -68,7 +68,7 @@ let repositoryCacheFiles = [
|
|||
'WORKSPACE'
|
||||
]
|
||||
if (repositoryCacheEnabled) {
|
||||
bazelrc.push(`build --repository_cache=${bazelRepository}`)
|
||||
bazelrc.push(`common --repository_cache=${bazelRepository}`)
|
||||
if (repositoryCacheConfig !== 'true') {
|
||||
repositoryCacheFiles = Array(repositoryCacheConfig).flat()
|
||||
}
|
||||
|
|
|
|||
2
dist/main/index.js.map
vendored
2
dist/main/index.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/post/index.js
vendored
4
dist/post/index.js
vendored
|
|
@ -53,7 +53,7 @@ const diskCacheConfig = core.getInput('disk-cache')
|
|||
const diskCacheEnabled = diskCacheConfig !== 'false'
|
||||
let diskCacheName = 'disk'
|
||||
if (diskCacheEnabled) {
|
||||
bazelrc.push(`build --disk_cache=${bazelDisk}`)
|
||||
bazelrc.push(`common --disk_cache=${bazelDisk}`)
|
||||
if (diskCacheName !== 'true') {
|
||||
diskCacheName = `${diskCacheName}-${diskCacheConfig}`
|
||||
}
|
||||
|
|
@ -68,7 +68,7 @@ let repositoryCacheFiles = [
|
|||
'WORKSPACE'
|
||||
]
|
||||
if (repositoryCacheEnabled) {
|
||||
bazelrc.push(`build --repository_cache=${bazelRepository}`)
|
||||
bazelrc.push(`common --repository_cache=${bazelRepository}`)
|
||||
if (repositoryCacheConfig !== 'true') {
|
||||
repositoryCacheFiles = Array(repositoryCacheConfig).flat()
|
||||
}
|
||||
|
|
|
|||
2
dist/post/index.js.map
vendored
2
dist/post/index.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue