generated from actions/javascript-action
-
-
Notifications
You must be signed in to change notification settings - Fork 361
Closed
Description
BUNDLE_ONLY has been added since bundler 2.3.19.
I think this value should be included in the cache key as well as BUNDLE_WITH and BUNDLE_WITHOUT, what do you think?
Lines 235 to 239 in 52b8784
| async function computeBaseKey(platform, engine, version, lockFile, cacheVersion) { | |
| const cwd = process.cwd() | |
| const bundleWith = process.env['BUNDLE_WITH'] || '' | |
| const bundleWithout = process.env['BUNDLE_WITHOUT'] || '' | |
| let key = `setup-ruby-bundler-cache-v6-${common.getOSNameVersionArch()}-${engine}-${version}-wd-${cwd}-with-${bundleWith}-without-${bundleWithout}` |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels