Skip to content

Commit

Permalink
Fix krb5 transitive dependency cross build
Browse files Browse the repository at this point in the history
  • Loading branch information
rdettai committed Nov 20, 2024
1 parent fe0f39a commit 468d4d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/actions/cross-build-binary/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ runs:
QW_COMMIT_DATE: ${{ env.QW_COMMIT_DATE }}
QW_COMMIT_HASH: ${{ env.QW_COMMIT_HASH }}
QW_COMMIT_TAGS: ${{ env.QW_COMMIT_TAGS }}

# Fix build for transitive dependency rdkafka -> rdkafka-sys -> sasl2-sys -> krb5-src
KRB5_CV_ATTR_CONSTRUCTOR_DESTRUCTOR: yes
AC_CV_FUNC_REGCOMP: yes
AC_CV_PRINTF_POSITIONAL: yes
working-directory: ./quickwit
- name: Bundle archive
run: |
Expand Down

0 comments on commit 468d4d9

Please sign in to comment.