From 12e1e6a9058c455655cd53a0b6c42443bc9b6be0 Mon Sep 17 00:00:00 2001 From: Valentin Palkovic Date: Sun, 15 Dec 2024 20:49:53 +0100 Subject: [PATCH] NX: Use legacy cache Due to the following issue https://github.com/nrwl/nx/issues/28806, which we encounter in the GitHub Window Unit Test Job regularly, we have to opt-in to NX's legacy cache mechanism. That will use the file system instead of a file DB for caching. --- code/nx.json | 1 + 1 file changed, 1 insertion(+) diff --git a/code/nx.json b/code/nx.json index 688fc38b5dd6..085623d3b4de 100644 --- a/code/nx.json +++ b/code/nx.json @@ -3,6 +3,7 @@ "extends": "nx/presets/npm.json", "nxCloudAccessToken": "NGVmYTkxMmItYzY3OS00MjkxLTk1ZDktZDFmYTFmNmVlNGY4fHJlYWQ=", "defaultBase": "next", + "useLegacyCache": "true", "parallel": 8, "plugins": [ {