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?
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).
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 aNone
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?