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

Add macos to the CI #349

Merged
merged 2 commits into from
Jun 27, 2024
Merged

Add macos to the CI #349

merged 2 commits into from
Jun 27, 2024

Conversation

hhugo
Copy link
Collaborator

@hhugo hhugo commented Jun 26, 2024

No description provided.

@hhugo hhugo requested a review from gasche June 27, 2024 05:01
Avoid using non existant path
Copy link
Member

@gasche gasche left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand the relation between the +unix changes on OCaml 4 and the macos testing.

@hhugo
Copy link
Collaborator Author

hhugo commented Jun 27, 2024

I don't understand the relation between the +unix changes on OCaml 4 and the macos testing.

ld complain/warn about inexistant directory in search path
ld: warning: search path '/Users/runner/work/ocamlbuild/ocamlbuild/_opam/lib/ocaml/unix' not found

https://github.com/ocaml/ocamlbuild/actions/runs/9678830233/job/26703462729

@gasche
Copy link
Member

gasche commented Jun 27, 2024

@kit-ty-kate you probably encountered this issue when you dealt with the new-install-directories transition. (Apparently in the code we decided to unconditionally use the new layout.) Could you by chance confirm that the conditional logic proposed by @hhugo is the best approach?

@hhugo
Copy link
Collaborator Author

hhugo commented Jun 27, 2024

@gasche, the layout change was made by myself in #328

@hhugo hhugo mentioned this pull request Jun 27, 2024
4 tasks
@gasche
Copy link
Member

gasche commented Jun 27, 2024

Oh, I hadn't realized this and maybe we should have been more careful in #328, but the combined diff makes sense.

src/plugin.ml Show resolved Hide resolved
src/ocaml_specific.ml Outdated Show resolved Hide resolved
@hhugo hhugo requested a review from gasche June 27, 2024 11:51
@hhugo hhugo merged commit 686c523 into master Jun 27, 2024
22 checks passed
@hhugo hhugo deleted the macos branch June 27, 2024 12:09
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