mobi-css / mobi.css

A lightweight, scalable, mobile-first CSS framework
http://getmobicss.com/
MIT License
2.34k stars 145 forks source link

Why pull-request always failed? #38

Closed xcatliu closed 7 years ago

xcatliu commented 7 years ago

https://travis-ci.org/xcatliu/mobi.css/builds/158198786

cht8687 commented 7 years ago

I checked the build log and found iv is undefined.

I checked https://www.openssl.org/docs/manmaster/apps/enc.html,

it seems that 'the actual IV to use: this must be represented as a string comprised only of hex digits. When only the key is specified using the -K option, the IV must explicitly be defined.'

( I am not an openssl expert, but will this help? )

---updated----- it appears that, OpenSSL implementation of ASE requires IV to be the same size as the block size. if we leave this empty, it will randomly met the needs and perform the build.