Adds hash of tools specified in install_args to the cache key.
If install_args is set to bun, the cache only includes bun will be saved and reused even if install_args is not set.
This also treats 4 in --jobs 4 as tools, but I think it's not a big problem.
It can be filtered out but requires a list of options with values. (--cd, --jobs, --profile)
Adds hash of tools specified in
install_args
to the cache key.If
install_args
is set tobun
, the cache only includesbun
will be saved and reused even ifinstall_args
is not set.This also treats
4
in--jobs 4
as tools, but I think it's not a big problem. It can be filtered out but requires a list of options with values. (--cd
,--jobs
,--profile
)