What changes was applied to 2.78.x? #10512
Replies: 2 comments 6 replies
-
What's version of .NET SDK is used for docfx If .NET 9 is used. Try following settings
Background
I've confirmed CI tests works as expected when running tests with |
Beta Was this translation helpful? Give feedback.
-
The above error seems to occur on Currently .NET SDK don't support QEMU environment.
So I though the error is occurred because it's not supported by .NET SDK. |
Beta Was this translation helpful? Give feedback.
-
Hello,
When calling docfx from within a container using both platform
linux/arm64
,linux/amd64
everything works fine PRIOR to 2.78.x.Hereafter I receive this error for
linux/arm64
:I think its related to xref/href lookup. After some complains from toc.yml that it cannot find the reference, it fails with:
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
Capturing some more info resolves in this:
The
linux/amd64
build works fine - same complains, but no errors.I hope this can shed some light on the changes for supporting arm-based systems up till 2.78.x ..
Beta Was this translation helpful? Give feedback.
All reactions