firefox-android-nightly is also busted

This commit is contained in:
ed 2019-06-29 20:19:32 +00:00
parent b2e7bca2b1
commit bebc49595d
4 changed files with 20 additions and 10 deletions

View file

@ -17,8 +17,7 @@ RUN apk add make g++ git bash npm patch wget tar pigz gzip unzip \
RUN cd asmcrypto.js-$ver_asmcrypto \
&& echo "export { Sha512 } from './hash/sha512/sha512';" > src/entry-export_all.ts \
&& node -r esm build.js \
&& mv asmcrypto.all.es5.js /z/dist/sha512.js \
&& mv dist_es5/hash/sha512/sha512.asm.js /z/dist/
&& mv asmcrypto.all.es5.js /z/dist/sha512.js
# build ogvjs
RUN cd ogvjs-$ver_ogvjs \