Github user SleuthKid commented on a diff in the pull request: https://github.com/apache/couchdb-ci/pull/3#discussion_r142028521 --- Diff: bin/debian-9-base/create-container.sh --- @@ -0,0 +1,28 @@ +#!/usr/bin/env bash --- End diff -- Debian provides the libmozjs185-1.0 package with the same spidermonkey version. Could we just skip the source build and use that?
---