-
Notifications
You must be signed in to change notification settings - Fork 2
Description
We could perhaps separate by compiler. Main thing is to be able to reduce duplication of required libraries and binaries. And make sure that everything is correctly in the path.
And then also need to be able to create the compile forms for each of the plug-able compiler toolchains.
The available frameworks could then maybe be grouped per toolchain.
I'm also thinking that docker solutions like the current MOD-devices builds have could be useful.
Bit bigger and requires more expert setup. But could be much easier route for this kind of stuff in the future.
They have various build targets with each different build configs and compilers. replicating that on our own would be quite murder.
But, I'm also for figuring out a way to integrate with cloud compilers that vendors may want to offer. OWL already has their own build infra (based on outdated py2 branch of hvcc, but I have py3 stuff working already correctly). And MOD provides this for their max/gen~ (and possibly future max/rnbo~) cloud builds.
Anyway, thoughts/ideas about this anyone? :)