You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
since the rust and cargo ENVs are different in PUSH and PR workflows, it causes the cache key to be different in both even though no changes are made to cargo.lock and cargo.toml files
Expected Behavior
cache key remain same if cargo.toml doesn't change.
Actual Behavior
cache key depends on env changes.
Steps To Reproduce
Provide an unambiguous set of steps to reproduce this bug. Include code or configuration to reproduce, if relevant.
Go to '...'
Click on '....'
Scroll down to '....'
Context For The Bug
No response
Environment
Are you using hyperswitch hosted version? Yes/No
If yes, please provide the value of the x-request-id response header to help us debug your issue.
If not (or if building/running locally), please provide the following details:
Operating System or Linux distribution:
Rust version (output of rustc --version): ``
App version (output of cargo r --features vergen -- --version): ``
Have you spent some time checking if this bug has been raised before?
Bug Description
since the rust and cargo ENVs are different in PUSH and PR workflows, it causes the cache key to be different in both even though no changes are made to cargo.lock and cargo.toml files
Expected Behavior
cache key remain same if cargo.toml doesn't change.
Actual Behavior
cache key depends on env changes.
Steps To Reproduce
Provide an unambiguous set of steps to reproduce this bug. Include code or configuration to reproduce, if relevant.
Context For The Bug
No response
Environment
Are you using hyperswitch hosted version? Yes/No
If yes, please provide the value of the
x-request-id
response header to help us debug your issue.If not (or if building/running locally), please provide the following details:
rustc --version
): ``cargo r --features vergen -- --version
): ``Have you spent some time checking if this bug has been raised before?
Have you read the Contributing Guidelines?
Are you willing to submit a PR?
Yes, I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: