From 2c86e9d18c6590aa2cc6782eccdae1a22c77f0e3 Mon Sep 17 00:00:00 2001 From: Kohei Takahashi Date: Mon, 29 Jan 2018 10:17:06 +0900 Subject: [PATCH] Added hash option to b2 to mitigate max path length exceeding. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 300faa15..6f9e9c86 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -71,4 +71,4 @@ install: build: off test_script: - - b2 -j%NUMBER_OF_PROCESSORS% libs/fusion/test toolset=%TOOLSET% + - b2 -j%NUMBER_OF_PROCESSORS% --hash libs/fusion/test toolset=%TOOLSET%