Mattias Wadman
Mattias Wadman
Hi, the jq binary seem to be "rel2" which faster some searching i think could mean it has some extra instructions. At least qemu-mips runs it fine. Possible for you...
I wonder if we should build mips with `-march=mips1` etc for max compatibility? is march `mips32r3` default somehow?
I see. If i tell qemu to emulate the oldest cpu model i could find it fails with illegal instruction, but not sure if same instruction or not. Maybe will...
Tried building as mips1 but qemu still fails. Also made sure the binary is big endian. My main suspect is that your device does not support hard float. I failed...
Would be nice to cleanup/remove some dependencies so would be good to get this merged first
Looking at the download stats maybe it would be ok to skip some arch? and then we could probably also gets away with using docker for cross builds. ```sh $...
There is some JSON schema discussion in https://github.com/jqlang/jq/issues/748
Probably need some assistance to enable github actions
Thanks for the report! yeap i think analysis is correct. Had a quick look some weeks ago but forgot to comment. I think the conclusion was that this probably would...
If it's ok to include a jq file and performance is not an issue you can give https://github.com/wader/json5.jq a try. I would guess it's not that technically hard to support...