Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(rust): Purge fingerprints fixes (#328)
* fix(rust): Bring upstream rust earthly changes into the rust builders * fix(rust): Add arguments to tune the rust builder to +SETUP * fix(rust): Add --keep-ts to rust example projects * refactor(rust): Move the FINGERPRINT_SRC function from cat-libs to cat-ci * fix(rust): Try and set unique cache prefixes per repo. * fix(rust): Remove OS identifier from the cache_prefix * fix(rust): Make the cache architecture aware * fix(rust): Add a changeable cache version tag * fix(rust): By default, don't keep fingerprints in rust builds * fix(rust): Fix bug in removing src fingerprints * fix(cspell): spelling * fix(rust): Only warn if a vulnerability is detected. * fix(rust): Don't default STD_CONFIG to use the installer target. * ci(rust): Don't purge fingerprints if we fail to change to the directory (probable race)
- Loading branch information