Skip to content

[ci] Cache only elixir deps, not _build, to fix stale NIF load#3598

Merged
fresh-borzoni merged 1 commit into
apache:mainfrom
fresh-borzoni:fix-elixir-nif-cache
Jul 6, 2026
Merged

[ci] Cache only elixir deps, not _build, to fix stale NIF load#3598
fresh-borzoni merged 1 commit into
apache:mainfrom
fresh-borzoni:fix-elixir-nif-cache

Conversation

@fresh-borzoni

@fresh-borzoni fresh-borzoni commented Jul 6, 2026

Copy link
Copy Markdown
Member

closes #3599

Fixes the recurring elixir-integration CI failure where the Rust NIF fails to load:

Failed to load NIF library: '.../fluss_nif.so: cannot open shared object file: No such file or directory'
(UndefinedFunctionError) function Fluss.Native.table_descriptor_new/2 is undefined (module Fluss.Native is not available)

@fresh-borzoni fresh-borzoni force-pushed the fix-elixir-nif-cache branch from e2e5520 to 3944646 Compare July 6, 2026 13:34
@fresh-borzoni fresh-borzoni force-pushed the fix-elixir-nif-cache branch from 3944646 to 228614f Compare July 6, 2026 13:37
@fresh-borzoni

Copy link
Copy Markdown
Member Author

@swuferhong this should help you, PTAL

@fresh-borzoni fresh-borzoni merged commit ceb2f65 into apache:main Jul 6, 2026
17 checks passed
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.

[ci] Elixir integration flaky: fluss_nif.so fails to load

2 participants