AWS Certificate Manager for Nitro Enclaves allows the use of public and private SSL/TLS certificates with web applications and web servers running on Amazon EC2 instances with AWS Nitro Enclaves.
Apache License 2.0
77
stars
31
forks
source link
Speed up builds for the token provider library #133
Description of changes:
This commit mounts the cargo registry under the build/ folder, which prevents the registry from being recreated for each build. By caching the registry, subsequent builds will be faster as cargo won't need to download dependencies from scratch.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Description of changes: This commit mounts the cargo registry under the build/ folder, which prevents the registry from being recreated for each build. By caching the registry, subsequent builds will be faster as cargo won't need to download dependencies from scratch.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.