Dirk Haubenreisser

Results 13 comments of Dirk Haubenreisser

Well, deleting the test case from eventing-kafka should be a quick fix then?

Addressed by https://github.com/knative-sandbox/eventing-kafka/pull/1229

Sure, sounds like the right move.

We're currently looking at expanding knative functions support to platforms other than just x86_64. Functions supports all kind of programming languages including JS. The distroless images could be a good...

@ejona86 Can you please take a look at this? Should be pretty straightforward.

Thanks for taking a look! I tested the protobuf compilation on two servers - one running Ubuntu 22.04.1 LTS on x86_64 and the other one running Ubuntu 18.04.6 LTS on...

Experimented some more... the key is the compiler *version* - g++-7 is not able to compile the protobuf source code. One must upgrade to g++-11 to succeed. On my s390x...

I fixed the issue - turns out g++ version 8.x is able to compile protobuf for s390x.

Nope, that didn't work... looks like g++ version 11.x is required for building protobuf for s390x. Unfortunately this compiler package is only available on Ubuntu 22.04 LTS.