
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
@rushstack/rush-azure-storage-build-cache-plugin
Advanced tools
Rush plugin for Azure storage cloud build cache
@rushstack/rush-azure-storage-build-cache-plugin is a plugin for the Rush build system that enables caching of build outputs in Azure Storage. This can significantly speed up build times by reusing previously built artifacts stored in Azure Blob Storage.
Configuring Azure Storage Build Cache
This feature allows you to configure the plugin to use Azure Blob Storage for caching build outputs. You need to provide your Azure Storage account name, container name, and account key.
{
"cacheProvider": "azure-blob-storage",
"azureBlobStorageConfiguration": {
"storageAccountName": "<your-storage-account-name>",
"storageContainerName": "<your-container-name>",
"storageAccountKey": "<your-storage-account-key>"
}
}
Enabling the Plugin in rush.json
This feature demonstrates how to enable the Azure Storage build cache plugin in the rush.json configuration file. By setting the 'enabled' property to true and specifying the Azure Blob Storage configuration, you activate the caching mechanism.
{
"buildCache": {
"enabled": true,
"cacheProvider": "azure-blob-storage",
"azureBlobStorageConfiguration": {
"storageAccountName": "<your-storage-account-name>",
"storageContainerName": "<your-container-name>",
"storageAccountKey": "<your-storage-account-key>"
}
}
}
Backfill is a build cache system that works with various build tools like Yarn, Lerna, and Rush. It supports multiple storage backends, including local file system and cloud storage like Google Cloud Storage. Compared to @rushstack/rush-azure-storage-build-cache-plugin, Backfill offers more flexibility in terms of supported storage backends and build tools.
Turborepo is a high-performance build system for JavaScript and TypeScript monorepos. It includes built-in support for remote caching using various storage backends, including Vercel, AWS S3, and Google Cloud Storage. Turborepo provides a more integrated solution for monorepos compared to @rushstack/rush-azure-storage-build-cache-plugin, which is specifically designed for Rush.
FAQs
Rush plugin for Azure storage cloud build cache
We found that @rushstack/rush-azure-storage-build-cache-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.