hanahmily commented on pull request #74:
URL: https://github.com/apache/skywalking-cli/pull/74#issuecomment-731264413


   I found the generated file located at `packr` varies in different 
environments. After some investigation, I found that 
   
   
https://github.com/gobuffalo/packr/blob/4a2800e19d0afeb585c69332dea4320ea26f9254/v2/jam/store/disk.go#L50
   
   Global Key of the disk is based on the absolute path of `path`, that's why 
the content is not the same with a different path.
   
   This issue seems not fixed without elaboration, and I prefer to use 
go-bindata instead of packr. The generated go files embed assets without md5 
hex generation. 


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to