-
Notifications
You must be signed in to change notification settings - Fork 514
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
[WIP] fix windows CI #372
base: master
Are you sure you want to change the base?
[WIP] fix windows CI #372
Conversation
Thanks for looking at this! Now Windows CI can't find boost:
(The Ubuntu failure was just package management being annoying, I'll fix that.) |
Hmm, this is the same error as on master. I'll need to dig a bit more to understand this. I may be passing the wrong boost root. Edit, yes, it seems like the x86_64 bit is required... cf marian's CI script. That is probably a good reference to make this PR less fragile. |
c7c8b70
to
90f7ae5
Compare
Fixing the path is a good start, but it seems like the linker is failing to load Locally on my Mac:
|
I'm not sure what's up with the mac
Do you want me to merge this on the basis that windows at least goes further before failing? |
No, I'd like this to be merged once CI is green. I've marked it a WIP in case it wasn't obvious that this is a WIP. I'll spend more time trying to figure this out. |
Per actions/runner-images/issues/2667
There is certainly a more elegant way to do this, but environment variables in GitHub Actions are weird.