We build 5 installers off one .ai project from the command line in our build script using -buildslist. Time to build all 5 is 22-24 minutes.
I'd hoped to increase performance by turning on caching, but it seems to have had zero impact. My guess is that each different build flavor causes the cache to be invalidated.
Can you suggest a workaround?