Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Place C bindings behind ffi feature flag, add FFI CI #178

Merged
merged 2 commits into from
Sep 13, 2023

Conversation

mattxwang
Copy link
Member

@mattxwang mattxwang commented Sep 11, 2023

Essentially codifies #171 into some CI; this is necessary so that we don't have duplicate symbols with rsdd-ocaml.

(the instructions for #171 still work, except you now need to build with the feature flag, i.e. cargo build --features="ffi")

@mattxwang mattxwang force-pushed the ffi-feature-flag branch 4 times, most recently from 8a05cdc to 2981c7e Compare September 11, 2023 02:21
@mattxwang
Copy link
Member Author

Annoyed at CI not working, since I can't repro this locally :/ makes me feel like I'm not using the CI env properly?

@mattxwang mattxwang changed the title Place C bindings behind ffi feature flag, add CI Place C bindings behind ffi feature flag, add FFI CI Sep 12, 2023
@mattxwang mattxwang force-pushed the ffi-feature-flag branch 2 times, most recently from eafaf65 to 74adb13 Compare September 13, 2023 22:54
@mattxwang
Copy link
Member Author

Wow... it was that LD_LIBRARY_PATH is not set by default on GH Actions. I feel silly 😓

@mattxwang mattxwang merged commit c477465 into main Sep 13, 2023
8 checks passed
@mattxwang mattxwang deleted the ffi-feature-flag branch September 13, 2023 23: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.

1 participant