summaryrefslogtreecommitdiff
path: root/INSTALL.Unix.md
diff options
context:
space:
mode:
authorJoan Touzet <wohali@users.noreply.github.com>2020-01-16 14:15:09 -0500
committerGitHub <noreply@github.com>2020-01-16 14:15:09 -0500
commit355803ea11799cc18f69fd48346184a2625e172a (patch)
tree5a596a621a31383864f8b926eda527ed819854f9 /INSTALL.Unix.md
parentd7188ba8dea81739e8535b92ede1c6613bb598f8 (diff)
downloadcouchdb-355803ea11799cc18f69fd48346184a2625e172a.tar.gz
Explicitly disallow SM60 on aarch64
Includes configure changes and Jenkins setting change.
Diffstat (limited to 'INSTALL.Unix.md')
-rw-r--r--INSTALL.Unix.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/INSTALL.Unix.md b/INSTALL.Unix.md
index f0baf58c9..1934e9be9 100644
--- a/INSTALL.Unix.md
+++ b/INSTALL.Unix.md
@@ -39,7 +39,10 @@ You should have the following installed:
* Erlang OTP (>=R16B03-1, =<19.x) (http://erlang.org/)
* ICU (http://icu-project.org/)
* OpenSSL (http://www.openssl.org/)
- * Mozilla SpiderMonkey (1.8.5) (https://developer.mozilla.org/en/docs/Mozilla/Projects/SpiderMonkey/Releases/1.8.5)
+ * Mozilla SpiderMonkey - either 1.8.5 or 60
+ * 60 is not supported on ARM 64-bit (aarch64) at this time.
+ * https://developer.mozilla.org/en/docs/Mozilla/Projects/SpiderMonkey/Releases/1.8.5
+ * https://archive.mozilla.org/pub/firefox/releases/60.9.0esr/source/ (src/js)
* GNU Make (http://www.gnu.org/software/make/)
* GNU Compiler Collection (http://gcc.gnu.org/)
* libcurl (http://curl.haxx.se/libcurl/)