GitHub user JunHe77 opened a pull request:
https://github.com/apache/bigtop/pull/357
BIGTOP-3030: Remove phantomjs dependecy in build
Upstream Ambari depends on phantomjs to build. And at present phantomjs
provides
only x86* prebuilt binaries. This leads to build failure on non-x86
platforms.
As phantomjs is used for test, no runtime dep, it can be removed from build
to
solve this failure.
Change-Id: I06b4fa48705024bb5de9a9167c337db546abbc36
Signed-off-by: Jun He <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JunHe77/bigtop BIGTOP-3030
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/bigtop/pull/357.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #357
----
commit 28ce19adc34f06caa973c9baeeae083d854abd2e
Author: Jun He <jun.he@...>
Date: 2018-05-10T09:29:32Z
BIGTOP-3030: Remove phantomjs dependecy in build
Upstream Ambari depends on phantomjs to build. And at present phantomjs
provides
only x86* prebuilt binaries. This leads to build failure on non-x86
platforms.
As phantomjs is used for test, no runtime dep, it can be removed from build
to
solve this failure.
Change-Id: I06b4fa48705024bb5de9a9167c337db546abbc36
Signed-off-by: Jun He <[email protected]>
----
---