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


   In CI, a variable InstallPrefix is written as `“{InstallPrefix}”` instead of 
`“${InstallPrefix}”`.
   
https://github.com/apache/qpid-dispatch/blob/main/.github/workflows/build.yaml#L96
 
   
   ```run: mkdir -p "${ProtonBuildDir}" "${DispatchBuildDir}" 
"{InstallPrefix}"```
   This line creating a directory called "{InstallPrefix}". Later, while cmake 
build/install, creating the correct one called “INSTALL” when using the 
variable properly.
   
   Link to related PR: https://github.com/apache/qpid-proton/pull/321 


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