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
I had searched in the issues and found no similar issues.
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.
It has been 90 days since the last activity on this issue. Apache EventMesh values the voices of the community. Please don't hesitate to share your latest insights on this matter at any time, as the community is more than willing to engage in discussions regarding the development and optimization directions of this feature.
If you feel that your issue has been resolved, please feel free to close it. Should you have any additional information to share, you are welcome to reopen this issue.
#4743)
* checkout submodules
* remove possible redundant "check out git submodule"
* minor naming unification (inrelevant with PR subject)
* Not triggering C task for now
* Use the same version of actions/checkout as 'Build' task for 'License Check' task
* Revert change to avoid conflict
* Update a renamed label
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 injobs.build.strategy.matrix.language
array ofci.yml
.How to reproduce
Checkout submodules in CI
Debug logs
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: