Skip to content

Fix build failure: remove macOS-only linker flag and unused slug depe…#12

Merged
paulosuzart merged 1 commit intofix/handle-git-errorsfrom
claude/fix-build-failure-aFHYT
Mar 16, 2026
Merged

Fix build failure: remove macOS-only linker flag and unused slug depe…#12
paulosuzart merged 1 commit intofix/handle-git-errorsfrom
claude/fix-build-failure-aFHYT

Conversation

@paulosuzart
Copy link
Copy Markdown
Owner

…ndency

The root dune file added in PR #11 used -Wl,-no_warn_duplicate_libraries, a macOS-specific linker flag not recognized by GNU ld on Linux (ubuntu CI). This caused dune build to fail with a linker error on ubuntu-22.04.

Also removes the stale slug dependency from dune-project and starred_ml.opam since the code no longer uses it (removed in v0.0.7 but not cleaned up from deps).

https://claude.ai/code/session_01FMvB6gQZy7SaksbRDc9ETC

…ndency

The root dune file added in PR #11 used -Wl,-no_warn_duplicate_libraries,
a macOS-specific linker flag not recognized by GNU ld on Linux (ubuntu CI).
This caused dune build to fail with a linker error on ubuntu-22.04.

Also removes the stale `slug` dependency from dune-project and starred_ml.opam
since the code no longer uses it (removed in v0.0.7 but not cleaned up from deps).

https://claude.ai/code/session_01FMvB6gQZy7SaksbRDc9ETC
@paulosuzart paulosuzart merged commit c4b5791 into fix/handle-git-errors Mar 16, 2026
1 check passed
@paulosuzart paulosuzart deleted the claude/fix-build-failure-aFHYT branch March 16, 2026 22:12
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