Add Linux x64 supoort#1
Open
slobber wants to merge 10 commits into
Open
Conversation
- Add build/native-linux.sh for compiling native CycloneDDS on Linux - Make IdlcRunner.cs platform-aware: searches both idlc/idlc.exe, iterates win-x64/linux-x64 RIDs, sets LD_LIBRARY_PATH on Linux - Package linux-x64 native assets (.so/.so.0) into NuGet via runtimes/linux-x64/native and tools/ directories - Use MSBuild IsOSPlatform conditions across all .csproj files to copy the correct native binaries per build platform - Update CI to 3-job pipeline: windows-build + linux-build + pack - Update package description: Win64 → Windows x64, Linux x64 Verified: - Native fork compiles on Debian 11 / GCC 10 with 0 errors - Managed code builds and 146/146 runtime tests pass on Linux
HelloWorld.csproj references a local NuGet source at artifacts/nuget which only exists after dotnet pack. Building the full solution (CycloneDDS.NET.sln) in windows-build fails on restore with NU1301. Use CycloneDDS.NET.Core.slnf instead, matching the original pack.ps1.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add build/native-linux.sh for compiling native CycloneDDS on Linux
iterates win-x64/linux-x64 RIDs, sets LD_LIBRARY_PATH on Linux
runtimes/linux-x64/native and tools/ directories
to copy the correct native binaries per build platform
Verified:
In Github Actions, the
StockPublisherTestsalways failed, so I ignore it. Local test is accepted.