Skip to content

Commit

Permalink
Fix variable case
Browse files Browse the repository at this point in the history
  • Loading branch information
rdettai committed Nov 25, 2024
1 parent 2a7b0ff commit c1565fb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion quickwit/Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ image = "quickwit/cross:aarch64-unknown-linux-gnu"
[target.aarch64-unknown-linux-gnu.env]
# Fix build for transitive dependency rdkafka -> rdkafka-sys -> sasl2-sys -> krb5-src
# Introduced by https://github.com/MaterializeInc/rust-krb5-src/pull/27
passthrough = ["KRB5_CV_ATTR_CONSTRUCTOR_DESTRUCTOR=yes", "AC_CV_FUNC_REGCOMP=yes", "AC_CV_PRINTF_POSITIONAL=yes"]
passthrough = [
"krb5_cv_attr_constructor_destructor=yes",
"ac_cv_func_regcomp=yes",
"ac_cv_printf_positional=yes",
]

[target.aarch64-unknown-linux-musl]
image = "quickwit/cross:aarch64-unknown-linux-musl"

0 comments on commit c1565fb

Please sign in to comment.