Closed changdiyixiu closed 8 months ago
Could you please help me conduct a research on the minimum version of Make that supports parallel compilation using "make -j"? Additionally, it is crucial to ensure that the Go language version is above 1.19. Thank you so much for your assistance!
The make version is 4.2 and the go version is 1.21. When build-all-service.sh is executed, an error occurs in the above picture. How to solve this problem?
Could you please consider replacing the use of "build-all-service.sh" with "make build"? "build-all-service.sh" essentially executes the command "make build -j $(CPU_NUM)". Thank you for your attention to this matter.
Version 2.3 will have a compiled binary bin file, 3.4.0 using make build can not find the compiled binary bin file, can you tell me where the binary file is?
During data migration, the v3 folder under open-im-server cannot be found, and the path under tools is different from that in the document. What is the problem?
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.
What happened?
An error occurs when executing the
build-all-service
script during the upgrade:Error in ./build-all-service.sh:65. 'make --no-print-directory -C "${OPENIM_ROOT}" -j$compile_count build'
exited with status 2What did you expect to happen?
Service upgrade succeeded!!
How can we reproduce it (as minimally and precisely as possible)?
The make component version is 3.8.2, golang version is 1.17, zookeeper, Kafka, MySQL, redis, mongo, etcd version is correct, open-im-server version is 2.3.0
Anything else we need to know?
No response
version
Cloud provider
OS version
Install tools