-
Notifications
You must be signed in to change notification settings - Fork 82
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
Build team #353
Comments
It seems that I am able to automate this process enough so that I can do this myself once a day. If you wanted to join this team, consider joining the Review Team #354, since the idea is basically the same except for making the final packages and uploading to the api.vcvrack.com server. |
@AndrewBelt do you plan on building at a fixed time every day? ref: #405 |
No, it will be sporadic until I fully automate the process. |
I'm close to actually making an automated build system running on Arch Linux
Still working on win and lin. |
@AndrewBelt Cool! I tried |
osxcross works great for me right out of the box. No Docker needed. In fact, the multiarch/crossbuild Docker image doesn't work because its clang version is too old or something. The AUR mingw build is failing locally. Still pushing it through each issue, but this might be too much time already. multiarch/crossbuild is really old and doesn't support all of C++11. Surely someone has made a pre-built mingw Docker build that is as modern as the one in MSYS2, right? Still need to look for one. Linux build works fine through Docker's ubuntu:16.04 but haven't tested it more than a couple minutes. Main issue is that I have misplaced the list of Ubuntu dependencies (thought I committed it), so I have to add them one-by-one until I rebuild the list. |
Weird that mingw build is failing. Didn't someone in another thread a while back say that he had a working Windows build in a Docker image? Actually, a PR. Here is what I have in my notes from a clean Ubuntu 16.04 (Desktop) install:
|
the untracked content after a dist_all build made me look at the repos' .gitignores. i think it would be nice if everybody's repo had a .gitignore that includes the stuff created by using |
@AndrewBelt can you describe the details of the pull -> build procedure a little bit? |
I start the Docker daemon if it isn't running already and use |
thx. |
Closing because the build process will be pushing toward automation by me, rather than community participation. |
Reopening to discuss the possibility of adding support for free closed plugins. The goal is to supply builds as cheaply as possible while not sacrificing the level of trust VCV guarantees for free open plugins and commercial closed plugins. Thoughts? |
What if V1 of the process is something like:
Of course this entails a certain amount of trust. Andrew and review team agree to keep the sources confidential and really to only look at them as necessary to do the security and sanity checks we do for open source plugins. Developers agree that Andrew and review team are also developers and have a right to independently develop similar modules. @Phal-anx @NikolaiVChr would something like this work for you? |
We should probably make this method compatible with developers who wish to keep their code secret from even the build team, because for example most of the commercial plugin developers do this since they use proprietary libraries they can't share with me. |
Sounds reasonable to me. |
That saves time for all of us because it allows a bypass of the Review and Build team. I'll draft up a template email and write instructions in the README for contacting me about free closed plugins. |
If I understood it right, it would work for me, yes. |
Alright, a bypass is in place. https://github.com/VCVRack/community#addingupdating-your-plugins-build-for-closed-source-free-and-commercial-plugins |
Hi Andrew, regarding the build process, I was wondering if it should be the official procedure that devs always build their plugins against that latest released Rack SDK, as opposed to the Rack sources themselves. I think Sebastien-Bouffier also had an issue similar to mine, in which I'm using the latest Rack sources, which are incompatible with the latest released SDK. If I understand correctly, the build scripts all use the SDK. This would allow you to continue making changes to the main source, while not having to update the SDKs all the time since the devs would have to ensure their plugins build agaist the more stable SDK. Sebastien mentioned something about Rack 0.6.2 in his channel, and it got me thinking about this. I'm not necessarily advocating for this, as there are downsides to it, but I was wondering what the recommended method should be. Thanks as always! |
Using either is fine. It's the choice of the developer to use the bleeding edge or the last beta release. |
Closing, since the Build Team will be VCV eternally. |
Placeholder. Subscribe if you are interested in joining the Build team.
Workflow
TODO
Only the Build Team may change properties
status
andlatestVersion
in manifest files.The text was updated successfully, but these errors were encountered: