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

Notify admin when a wine build did not work or is missing dependencies #101

Open
ImperatorS79 opened this issue Aug 17, 2019 · 0 comments
Open

Comments

@ImperatorS79
Copy link
Contributor

One should watch the log file and decide that a wine build has failed if :

  • There are missing dependencies (configure: lib* is missing) (we can blacklist some of them like libhal)
  • Detect when the dependencies we build alongside wine fail or not (wine 32 bits when building a 64 bits wine version, SDL and FAudio).

We could also automatically delete such wine build, so that nobody can download not working ones.

We also should enhance log file readability to differentiate the log from different build of the same version.

Reference: #99 and #78 .

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

No branches or pull requests

1 participant