pandaapo commented on PR #4542: URL: https://github.com/apache/eventmesh/pull/4542#issuecomment-1806666593
> It reported the following [error](https://github.com/apache/eventmesh/actions/runs/6824433527/job/18560329787?pr=4539) @zhurq Based on this issue https://github.com/microsoft/vcpkg/issues/24870, I fixed the error above through the following script https://github.com/apache/eventmesh/blob/256b5875e9a0825e5bb9d03377cdfdd64407f368/.github/workflows/ci.yml#L56-L62. Now github actions can start compiling C sdk. Then CI seems to report a compilation [error](https://github.com/apache/eventmesh/actions/runs/6831849794/job/18581848138?pr=4539). ``` Building third_party/libcurl.a third_party/libjson-c.a tmp/libm.a ==> librmb.a... ar cqT librmb.a ./tmp/*.a && echo -e 'create librmb.a\naddlib librmb.a\nsave\nend' | ar -M ar: no output archive specified yet Syntax error in archive script, line 1 Syntax error in archive script, line 1 make: *** [makefile:81: librmb.a] Error 9 make: Leaving directory '/home/runner/work/eventmesh/eventmesh/eventmesh-sdks/eventmesh-sdk-c' Error: Process completed with exit code 2. ``` Could you take a look at what the problem is? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
