-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[freexl]: Linux build support #6813
Conversation
… this initial Linux support was based from)
Don't let the green checkmark fool you, it's still failing on Linux. |
I'm curious to know what the failure is because I've tried on both ubuntu 16 (with gcc7 ppa) and 18 LTS docker containers and it builds without problems. |
You can check the logs by looking at the Linux CI by clicking on details on the badge. Edit: Actually you can't because the build "succeeded" since there were no regressions despite the fact the build failed. I'll go fish out the logs and give them to you. |
b909c6e90647ce2f5acd103fe6740e89b085ef36.zip Here's the logs. |
…both debug/release in the same source directory on Linux. Split this off into separate debug/release source directories.
/azp run |
This PR adds Linux support for the
freexl
port.