DreamPearl opened a new pull request #321:
URL: https://github.com/apache/qpid-proton/pull/321


   In CI, a variable InstallPrefix is written as `“{InstallPrefix}”` instead of 
`“${InstallPrefix}”`.
   
https://github.com/apache/qpid-proton/blob/main/.github/workflows/build.yml#L30
   
   ```run: mkdir -p "${BuildDir}" "{InstallPrefix}"```
   
   This line creating a directory called `"{InstallPrefix}"`.
   
https://github.com/DreamPearl/qpid-proton/runs/2884823842?check_suite_focus=true#step:11:2297
   
   Later, while cmake build/install, creating the correct one called 
`“INSTALL”` when using the variable properly.
   
https://github.com/DreamPearl/qpid-proton/runs/2884823842?check_suite_focus=true#step:11:2279
 
   


-- 
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to