Skip to content

Commit 45ebdf0

Browse files
committed
=soundness needs workaround for experimental regex now
1 parent fff54ba commit 45ebdf0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/docs/validate_docc.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ here="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
1818

1919
printf "=> Checking docc: compiling inline snippets (fishy-docs)...\n"
2020

21-
VALIDATE_DOCS=1 swift build --build-tests
21+
# TODO: workaround until Regex is enabled on Linux toolchains: https://github.com/apple/swift/pull/59623
22+
VALIDATE_DOCS=1 swift build -Xswiftc -Xfrontend -Xswiftc -enable-experimental-string-processing --build-tests
2223

2324
printf "\033[0;32mokay.\033[0m\n"
2425

0 commit comments

Comments
 (0)