From 57c3366ac52cc8b2e8646d3be4330cab22737b60 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 7 Jan 2021 11:34:26 -0800 Subject: [PATCH] Unblock newbies, suggesting --skip-test-cmark https://bugs.swift.org/browse/SR-13635 seems to affect lots of people and nobody knows why. I know this isn't the right fix but it should prevent people from getting blocked. Also https://forums.swift.org/t/failing-tests-while-compiling-swift-on-xcode-12-with-macos-big-sur-beta/40749 --- docs/HowToGuides/GettingStarted.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/HowToGuides/GettingStarted.md b/docs/HowToGuides/GettingStarted.md index a312e193498bc..64bb1b5050460 100644 --- a/docs/HowToGuides/GettingStarted.md +++ b/docs/HowToGuides/GettingStarted.md @@ -241,7 +241,8 @@ Phew, that's a lot to digest! Now let's proceed to the actual build itself! There is also a third option, which is somewhat more involved: [using both Ninja and Xcode](#using-both-ninja-and-xcode). 3. Build the toolchain with optimizations, debuginfo, and assertions and run - the tests. + the tests. **Note:** until https://bugs.swift.org/browse/SR-13635 is fixed you + may need to add `--skip-test-cmark` to these commands. - Via Ninja: ```sh utils/build-script --skip-build-benchmarks \