cloudfoundry-community / jumpbox-boshrelease

A BOSH release for jumpboxen
MIT License
22 stars 27 forks source link

Include jq with regex #64

Closed thomasmitchell closed 5 years ago

thomasmitchell commented 6 years ago

jq: error (at <stdin>:171): jq was compiled without ONIGURUMA regex libary. match/test/sub and related functions are not available.

I don't know if we're compiling jq ourselves... but... there must be a distributed binary out there that has regex support, right?

jhunt commented 6 years ago

We are not.

thomasmitchell commented 6 years ago

https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64

^ This one is compiled properly

jhunt commented 5 years ago

I looked into this, and it turns out we are, and are not loading oniguruma. Working on using the pre-compiled, regexp-supporting version @thomasmmitchell linked; should have commits out for that today.