Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

investigate if proof cache should store more state #122

Open
lsf37 opened this issue Jul 16, 2021 · 1 comment
Open

investigate if proof cache should store more state #122

lsf37 opened this issue Jul 16, 2021 · 1 comment
Labels
enhancement New feature or request verification actions related to proofs and l4v

Comments

@lsf37
Copy link
Member

lsf37 commented Jul 16, 2021

Currently, aws-proofs always rebuilds the following:

  • scala component
  • standalone C parser
  • haskell kernel

This is because the cache doesn't store build outputs for these. Investigate what would be necessary to include them.

It might be fine to just scan and add them to a second tar file. Potential problems when directory structure changes and the cache then pollutes the source tree with random stuff. Then again, it should reset automatically after the regular clean build, so problems will be limited in time.

@lsf37 lsf37 added enhancement New feature or request verification actions related to proofs and l4v labels Jul 16, 2021
@lsf37
Copy link
Member Author

lsf37 commented Jul 11, 2022

A problem where that would have hit was the recent update to GHC 9/cabal v2 structure. The new cabal commands fail in a context produced by the old cabal. Then again, this is fairly rare.

Otherwise, the only thing needed to include more things in the cache is a list of paths to include.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request verification actions related to proofs and l4v
Projects
None yet
Development

No branches or pull requests

1 participant