You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, two out of three builders need the qmstr binary to send build information to the Quartermaster master/orchestrator.
The Python and CMake builder use it (qmstr run ...).
The Maven builder does this by patching the root pom.xml file, injecting the Quartermaster Maven plugin, so it won't need it.
The text was updated successfully, but these errors were encountered:
The callback function (that is invoked as soon as the builder receives the order from the Orchestrator) needs to build the project (e.g., python3 setup.py qmstr for Python, qmstr run cmake ... for C, and mvn package ... for Java)
We will include the qmstr binary in this repository to be able to compile C and Python projects. Upon creating the Maven builder, we will revert this.
At the moment, two out of three builders need the
qmstr
binary to send build information to the Quartermaster master/orchestrator.The Python and CMake builder use it (
qmstr run ...
).The Maven builder does this by patching the root
pom.xml file
, injecting the Quartermaster Maven plugin, so it won't need it.The text was updated successfully, but these errors were encountered: