rticommunity / rticonnextdds-connector

RTI Connector for Connext DDS is a lightweight technology that enables DDS data to be accessed with Javascript (Node.js), Python, and Lua.
Other
56 stars 33 forks source link

#fix HMAINT-202 -- common connector libraries, DDS 6.1.1, 20211203 #76

Closed alvinkrebs closed 2 years ago

alvinkrebs commented 2 years ago

architectures to platform armv8Linux4.4gcc5.4.0 (linux-arm64, licensed) x64Darwin17clang9.0 (osx-x64, licensed) x64Linux2.6gcc4.4.5 (linux-x64, licensed) x64Win64VS2013 (win-x64, licensed) armv6vfphLinux3.xgcc4.7.2 (linux-arm, unlicensed) (we need i86Linux2.6gcc4.4.5 to build doc for connector in bamboo plan)

build string in each platform bash-4.2$ for i in ; do strings $i/ | grep NDDSCORE_BUILD && echo found in $i; done NDDSCORE_BUILD_6.1.1.0_20211203T000000Z_RTI_REL found in linux-arm NDDSCORE_BUILD_6.1.1.0_20211203T000000Z_RTI_REL found in linux-arm64 NDDSCORE_BUILD_6.1.1.0_20211203T000000Z_RTI_REL found in linux-x64 NDDSCORE_BUILD_6.1.1.0_20211203T000000Z_RTI_REL found in osx-x64 NDDSCORE_BUILD_6.1.1.0_20211203T000000Z_RTI_REL found in win-x64