Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Revert #30576
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Dec 7, 2020
1 parent 7d97a56 commit 2ed040b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build/bin/sage-site
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,7 @@ if [ "$1" = "-docbuild" -o "$1" = "--docbuild" ]; then

# Trac #30002: ensure an English locale so that it is possible to
# scrape out warnings by pattern matching.
# Trac #30576: But we have to avoid the C locale, which disables
# proper UTF-8 operation in Python 3.6 or older.
LC_ALL=$(locale -a | grep -E -i '^(c|en_us)[-.]utf-?8$' | head -n 1)
LANG=$LC_ALL
export LC_ALL
export LANG
export LANG=C

# See #30351: bugs in macOS implementations of openblas/libgopm can cause
# docbuild to hang if multiple OpenMP threads are allowed.
Expand Down

0 comments on commit 2ed040b

Please sign in to comment.