-
Notifications
You must be signed in to change notification settings - Fork 15
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
Update OCE-Build pipeline #4
Conversation
The OpenCore version listed indicates the last tested version of OpenCore published. This does not indicate the last usable version of OpenCore, as the build will always use the latest version available.
CI needs to be fixed for generating release artifacts, as it seems that the previous method of switching between DEBUG/RELEASE does not update the build. This means that all generated builds from CI use DEBUG artifacts. This is probably worth addressing in a separate PR or is better handled upstream in OCE-Build. For now, we'll have to remove the lockfile on each build and assume the latest dependency versions. |
Update to use the new OCE-Build project format. This adds much more observability and extensibility for builds, as well as removing dependence on WSL2 for building. As a result, builds should be significantly faster and easier to maintain.