-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grpc upgrade 1.70 synced #410
base: users/sacheta/grpc_upgrade_1.70.0
Are you sure you want to change the base?
Grpc upgrade 1.70 synced #410
Conversation
…date Signed-off-by: Sacheta . <[email protected]>
Signed-off-by: Sacheta . <[email protected]>
…nto grpc_upgrade_1.70_synced
Signed-off-by: Sacheta-NI <[email protected]>
Signed-off-by: Sacheta . <[email protected]>
@@ -26,9 +26,9 @@ jobs: | |||
# improvements to hosting and exports of the NILRT toolchain are made. | |||
- name: Install NI Linux RT CC Toolchain | |||
run: | | |||
wget -nv https://download.ni.com/support/softlib/labview/labview_rt/2018/Linux%20Toolchains/linux/oecore-x86_64-core2-64-toolchain-6.0.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this upgrade made to make your product compatible with latest nilrt distros? We're currently trying to figure that out ourselves (discussion)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, we were trying to upgrade gRPC version, the previous toolchain was using older version of gcc, we needed 7 or above. Hence needed to upgrade this link to newer toolchain.
Apart from this, I also tried to not use the link directly but building toolchain from nilrt repo. Was facing some issues related to memory that way. So yeah, decided to use the later version of it directly.
Also, this PR is not final yet. There would be some changes.
No description provided.