docfx: DOCFX Build is extremely slow - times out 1 hour limit for AppVeyor builds
Operating System: Windows
DocFX Version Used: 2.42.2
Template used: custom (based on statictoc)
Steps to Reproduce:
- clone the repo from github https://github.com/UbiquityDotNET/Llvm.NET/tree/f717300813a11f6bf9621dc740e7772cd783b08d (This commit point shows the problem and won’t include any workarounds I end up with for dealing with this)
- Open powershell command prompt to the newly cloned source location
- run .\Buildall.ps1
Expected Behavior: All code and docs build in a reasonable amount of time.
Actual Behavior: Total build time exceeds 1 hour on AppVeyor builds causing a failure due to time limits of 1 hour per job. Overwhelming majority of the total time is all in the DOCFX stage. (see: AppVeyor logs of failing build for more details)
About this issue
- Original URL
- State: open
- Created 5 years ago
- Reactions: 1
- Comments: 15 (1 by maintainers)
Commits related to this issue
- Dropping docs generation for interop to workaround DOCFX bugs - Works around SO from [DOCFX issue 4857](https://github.com/dotnet/docfx/issues/4857) - Works around [DOCFX issue 4884](https://github.co... — committed to smaillet/Llvm.NET by smaillet 5 years ago
- Docs build updates (#116) * Dropping docs generation for interop to workaround DOCFX bugs - Works around SO from [DOCFX issue 4857](https://github.com/dotnet/docfx/issues/4857) - Works arou... — committed to UbiquityDotNET/Llvm.NET by smaillet 5 years ago
This is not stale. Ignoring the issue should not auto close it. This is an ongoing issue that blocks use of docfx as described