-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Nightly Build Release checklist #8192
Comments
it seems RPI libs (and others) download is not working : |
@danoli3 @roymacdonald @dimitre @artificiel @oxillo Let's try and get these nightly builds actually working! :-) Would be great if you have a moment to download the nightly builds from: And try both allAddonsExample and use the PG to generate a project and see if things build successfully. Right now macOS is broken ( see #8170 ) but I could imagine VS / msys and others might have issues too. |
Actions are not working as they should. |
A handful of compiler warnings; nothing outrageous. PG 0.83.0 pointed to the correct OF tree but came up configured with the "OSX" platform, which threw me off a moment until i noticed i was compiling a mac project. once re-seated to "iOS (Xcode)" things worked, with a simple OSC test to the broadcast LAN. |
@artificiel - that's some welcome news! I know the iOS stuff was a big focus for all the apothecary changes. |
now pg is adding correctly xcframeworks. allAddonsExample still fails on opencv / carotene |
Investigating more of the scripts to build of nightly, it seems there are a lot of scripts being called with "-b" parameter which is to enable variable BLEEDING_EDGE in Looking at apothecary libs, we have the relation between the releases and $ver variable that is strange. |
@dimitre haha well indeed this should be disentangled. if we are to advertise git repo for common consumption (in coherence to "use nightlies" as discussed in another thread) it is important that it's easy to understand, as working in git means using
could the download_libs script be adjusted so it does the right thing by default? It can detect which branch the user is switched to. in any case the switch would follow the branch name so it's 1:1 (I'm not sure where is the best place to have this conversation it seems like an all-encompassing topic) |
I think everything is more complex than it should be so in my opinion we can use only repo and set $VER accordingly. |
@danoli3 - would love some input to the above - especially @artificiel 's grid. |
I don't believe videoIO is needed for that example. I am guessing there are a fair number of things we can turn off that might help compilation. We could def add those OpenCV examples to the CI testing though, as it's easy to build OpenCV without the libs needed for the newer examples we added. |
As for the macos opencv issue, the problem is twofold. First, the library is compiled somehow that it is missing stuff. The one in here works while the one in Second, it is the project generator. That is the problem but I am not fixing it. I am done with all this, I spent 2 weeks working full time in order to get PG working again and then in an attempt to fix something that was not broken it actually gets broken and apparently not tested properly. I am tired of this way of developing and I am out. I wish you the best and I hope that OF manages to keep afloat. |
Getting pretty close here, the last two issues in this list are the PG issues regarding adding subfolders of src/ and local addons. I think in addition a couple of the actions/runners are failing. |
hey @ofTheo can you explain better the PG issues? which platform? |
Now I've read about this in VS. I'll take a look soon. |
Following up @dimitre
"WITH_CAROTENE": "OFF".
Please feel free to edit this issue to add other issues that point to broken nightly builds.
The text was updated successfully, but these errors were encountered: