Open rdettai opened 5 days ago
Current nightly builds are failing on ARM because of the transitive dep krb5-sys (imported by rdkafka SASL)
The issue started after https://github.com/quickwit-oss/quickwit/pull/5486 which upgraded the krb5-sys, in which https://github.com/MaterializeInc/rust-krb5-src/pull/27 somehow broke the cross build instead of fixing it.
Describe how you tested this PR.
Description
Current nightly builds are failing on ARM because of the transitive dep krb5-sys (imported by rdkafka SASL)
The issue started after https://github.com/quickwit-oss/quickwit/pull/5486 which upgraded the krb5-sys, in which https://github.com/MaterializeInc/rust-krb5-src/pull/27 somehow broke the cross build instead of fixing it.
How was this PR tested?
Describe how you tested this PR.