- Double check the dagger code
- Instead of
if (config.vcpkg) ctr = setupVcpkg(ctr)check for the vcpkg.json file existing, and remove any references to this. or maybe have the vcpkg stuf inside the config - Update references in the workflows to use the new config json, instead of build.sh and env.sh.
- Remove the common folder, maybe make a wrapper script that starts the build
- Remove the old build and env files and make sure all of them have a config, and test them.
- Update the docs, and show how you can run it locally to test it.
- Merge this when ready and make sure all the engines build properly
- [x] Double check the dagger code
- [x] Instead of `if (config.vcpkg) ctr = setupVcpkg(ctr)` check for the vcpkg.json file existing, and remove any references to this. or maybe have the vcpkg stuf inside the config
- [x] Update references in the workflows to use the new config json, instead of build.sh and env.sh.
- [x] Remove the common folder, maybe make a wrapper script that starts the build
- [x] Remove the old build and env files and make sure all of them have a config, and test them.
- [x] Update the docs, and show how you can run it locally to test it.
- [x] Merge this when ready and make sure all the engines build properly