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

Regress Olympia on MacOS #171

Merged
merged 23 commits into from
Jun 5, 2024
Merged

Regress Olympia on MacOS #171

merged 23 commits into from
Jun 5, 2024

Conversation

kathlenemagnus
Copy link
Collaborator

Expanding the Olympia regression to build and run on MacOS-12. I'm not sure if a separate Conda env file is necessary. Testing it with conda/environment.yml to start.

@kathlenemagnus kathlenemagnus self-assigned this May 31, 2024
@kathlenemagnus
Copy link
Collaborator Author

So it looks like there are a lot of libraries in conda/environment.yml that are not available with the macos-12 runner image. I'll need to create a separate Conda env yml and figure out library versions are available: https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md

@kathlenemagnus
Copy link
Collaborator Author

Current failure:

ld: library not found for -lyaml-cpp

@phattso
Copy link
Collaborator

phattso commented Jun 5, 2024

Running into the same missing yaml-cpp library issue at link time

Signed-off-by: Kathlene Magnus <[email protected]>
@phattso
Copy link
Collaborator

phattso commented Jun 5, 2024

Success!
Looks like limiting yaml-cpp to v0.7 instead of the latest v0.8 seems to have done the trick

@kathlenemagnus kathlenemagnus marked this pull request as ready for review June 5, 2024 16:09
@kathlenemagnus kathlenemagnus merged commit f2b68dd into master Jun 5, 2024
5 checks passed
@kathlenemagnus kathlenemagnus deleted the kathlenem/macos_regress branch June 5, 2024 18:35
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.

3 participants