You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/05/28 15:25:50 UTC

[GitHub] [dubbo-go-samples] bokket commented on issue #117: Update the contents of the HOWTO README

bokket commented on issue #117:
URL: https://github.com/apache/dubbo-go-samples/issues/117#issuecomment-850496521


   > I guess you run it on windows.
   > Run test on windows environment is not suggested.
   > You can run the test with the following choice:
   > 
   > 1. Run `make PROJECT_DIR=$(pwd)  BASE_DIR=$(pwd)/dist -f ../../build/Makefile docker-up` with git bash instead of `make -f ../ /xxx/xxx/dobbo-go samles/build/Makefile docker-up `
   > 2. Run `sh start_integrate_test.sh` in the root directory of dubbo-go-samples to run all tests.
   > 
   > > Inside the HOWTO.md guide, the
   > > `make -f ... /... /build/Makefile docker-up` command does not correspond to the corresponding directory, and `... /build/makefile` operation returns a folder under `attachment`, so I think we should use the absolute path like `make -f ../ /xxx/xxx/dobbo-go samles/build/Makefile docker-up`
   
   Thank you for your reply.
   I used ubuntu.I think this problem may be due to historical reasons, and later put them in a folder again. 
   On Linux, the ../ operation cannot reach the build directory.  I will go down and try again for the operation you suggest.
   I just want to talk about another problem, the debain system does not seem to have the en0 network card,See #101 for details.Can you help me?


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org