Medium / phantomjs

NPM wrapper for installing phantomjs
Other
1.42k stars 435 forks source link

phantomjs for ppc64le #565

Open ayappanec opened 8 years ago

ayappanec commented 8 years ago

We are porting phantomjs for ppc64le ( PowerPC 64 Little-Endian). I am able to build phantomjs 2.1.1 version in ppc64le and requested the phantomjs community to make the binary tar available in bitbucket. https://github.com/ariya/phantomjs/issues/13708

The NPM wrapper here also has to be modified to support the ppc64le platform. It won't be difficult i guess with changes needed only in this part of the code.

var platform = getTargetPlatform() var arch = getTargetArch() if (platform === 'linux' && arch === 'x64') { downloadUrl += 'linux-x86_64.tar.bz2' checksum = '86dd9a4bf4aee45f1a84c9f61cf1947c1d6dce9b9e8d2a907105da7852460d2f' } else if (platform === 'linux' && arch == 'ia32') { downloadUrl += 'linux-i686.tar.bz2' ............

Once the binary tar got accepted, will sent a pull request with the needed changes.

alicanerdogan commented 8 years ago

Thanks.

clnperez commented 6 years ago

Has anything moved for this?

gdams commented 6 years ago

There are some ppc64le binaries available at https://github.com/ibmsoe/phantomjs/releases. Is there any plan to migrate these to the main bitbucket at some point?

ayappanec commented 6 years ago

There is no response for this yet https://github.com/ariya/phantomjs/issues/13708