Skip to content

Conversation

@emasab
Copy link
Contributor

@emasab emasab commented Apr 3, 2023

Coapp project is discontinued, this PR replaces the intermediate nuget package with a zip package that contains Windows dlls and libs to include into the final nupkg.

Copy link
Member

@pranavrth pranavrth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Added few comments to discuss.


Copy-Item "${srcdir}\librdkafka.lib","${srcdir}\librdkafkacpp.lib" -Destination $libdir

7z.exe a "artifacts\librdkafka.redist.zip" "build"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How do we make sure that 7z.exe is present?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be an agent requirement, as for Visual Studio it was already installed. Unfortunately in given PowerShell version (Windows PowerShell 1.0), Compress-Archive is flawed as it uses backslashes.

}

cd vcpkg
# latest version is having an issue while doing vcpkg integrate install
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's take one ticket to check this.

@@ -0,0 +1,46 @@
<#
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need some understanding on this

@pranavrth pranavrth merged commit 2c6dd0a into master Apr 3, 2023
@pranavrth pranavrth deleted the feature/replace-coapp-with-msbuild branch April 3, 2023 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants