logdna / logdna-agent-v2

The blazingly fast, resource efficient log collection client
https://logdna.com
MIT License
65 stars 47 forks source link

Can not build logdna-agent-v2 3.0.4 and 3.1.0 on TARGET: s390x-unknown-linux-gnu #155

Open bjzhangl opened 3 years ago

bjzhangl commented 3 years ago

I tried to build logdna-agent-v2 3.0.4 and 3.1.0 on s390x-unknown-linux-gnu. But it failed with " thread 'main' panicked at 'called Option::unwrap() on a None value', /root/.cargo/registry/src/github.com-eae4ba8cbf2ce1c7/ring-0.14.6/build.rs:371:10". I searched this message and found ring does not support s390x now. Does it mean that logdna-agent-v2 3.0.4 and 3.1.0 not support s390x? If it supports s390x, how can I make the building successfully? Or which logdna-agent version that greater than v2.2 can be used on s390x?

jorgebay commented 3 years ago

Hi @bjzhangl We currently don't support s390x architectures on the Kubernetes Agent. You could give a try to our current linux agent which is built on Node.js (installing Node.js as a prerequisite).