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

Windows CI failing #8472

Closed
philbucher opened this issue Mar 12, 2021 · 5 comments · Fixed by #8474
Closed

Windows CI failing #8472

philbucher opened this issue Mar 12, 2021 · 5 comments · Fixed by #8474

Comments

@philbucher
Copy link
Member

Dear @KratosMultiphysics/all

You might have experienced failures in the Windows CI since yesterday evening. This is because Github no longer provides boost in their environment (see actions/runner-images#2667)

The @KratosMultiphysics/technical-committee is aware of this and working on a solution.
Unfortunately no PRs can be merged until this is fixed, sorry for the inconvenience

@loumalouomega
Copy link
Member

loumalouomega commented Mar 12, 2021

At least we depend on boost as header only, it will be relatively easy to solve (but I assume that CI will take a little longer because of the time of downloading and decompressing boost)

@armingeiser
Copy link
Member

At least we depend on boost as header only

Could we not provide boost headers the same way we do for pybind, eigen, etc?
Or is there a specific reason to not do so?

@philbucher
Copy link
Member Author

At least we depend on boost as header only, it will be relatively easy to solve (but I assume that CI will take a little longer because of the time of downloading and decompressing boost)

thats essentially what we are trying to figure out right now

@philbucher
Copy link
Member Author

At least we depend on boost as header only

Could we not provide boost headers the same way we do for pybind, eigen, etc?
Or is there a specific reason to not do so?

I think the main reason for this is bcs boost is quite big / has many files
Also we cannot only use ublas, there are many cross-references unfortunately

@philbucher
Copy link
Member Author

The problem has been fixed

Please merge master in order to fix the Windows Build in the CI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants