Search before asking
Environment
Linux
EventMesh version
Other
What happened
In the previous PR #4543, the CI failed due to the inability to clone the submodule and abandoned the execution of the Build C task.
According to this suggestion, the CI is now able to execute the makefile but encountered an error during the compilation process, which is recorded at #4742.
Considering compile error and CI workflow file design oversight are two seperate subject, the original compile error issue #4742 will be remained to track compile error, and this issue is created for #4743 to address CI workflow file design oversight.
After #4742 is fixed, cpp option should be added in jobs.build.strategy.matrix.language array of ci.yml.
How to reproduce
Checkout submodules in CI
Debug logs
No response
Are you willing to submit PR?
Code of Conduct
Search before asking
Environment
Linux
EventMesh version
Other
What happened
In the previous PR #4543, the CI failed due to the inability to clone the submodule and abandoned the execution of the
Build Ctask.According to this suggestion, the CI is now able to execute the
makefilebut encountered an error during the compilation process, which is recorded at #4742.Considering compile error and CI workflow file design oversight are two seperate subject, the original compile error issue #4742 will be remained to track compile error, and this issue is created for #4743 to address CI workflow file design oversight.
After #4742 is fixed,
cppoption should be added injobs.build.strategy.matrix.languagearray ofci.yml.How to reproduce
Checkout submodules in CI
Debug logs
No response
Are you willing to submit PR?
Code of Conduct