Skip to content

Comments

Fix CI#518

Merged
untitaker merged 2 commits intomainfrom
fix-ci2
Jan 29, 2026
Merged

Fix CI#518
untitaker merged 2 commits intomainfrom
fix-ci2

Conversation

@untitaker
Copy link
Member

@untitaker untitaker commented Jan 28, 2026

After bumping rdkafka, this started failing.

rust-ci.yml workflow was failing because rdkafka-sys v4.10.0+2.12.1 (bundled with rdkafka 0.38) requires curl/curl.h headers during compilation. The librdkafka source code includes this header unconditionally in rdkafka_conf.c:60, even when -DWITH_CURL=0 is passed to CMake.

That, and a race condition in tests.

After bumping rdkafka, this started failing.

rust-ci.yml workflow was failing because rdkafka-sys v4.10.0+2.12.1 (bundled with rdkafka 0.38) requires curl/curl.h headers during compilation. The librdkafka source code includes this header unconditionally in rdkafka_conf.c:60, even when -DWITH_CURL=0 is passed to CMake.
@untitaker untitaker marked this pull request as ready for review January 29, 2026 14:29
@untitaker untitaker requested review from a team as code owners January 29, 2026 14:29
@untitaker untitaker merged commit c19acd1 into main Jan 29, 2026
15 checks passed
@untitaker untitaker deleted the fix-ci2 branch January 29, 2026 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants