[LTS 8.8-rt] github actions: Make builds on Merge Request#90
[LTS 8.8-rt] github actions: Make builds on Merge Request#90PlaidCat merged 1 commit intociqlts8_8-rtfrom
Conversation
Since we need to make sure external contributors code actually compiles prior to merging. To get access to the forked repos merge request we need to switch over our push to pull_request. In addition we're fixing up some Naming Conventions, adding aarch64 to this branch and fixing the naming so that we can quickly identify if the CI is for x86_64 or aarch64.
|
Is aarch64 check missing on purpose? I notice we do check aarch64 on 9.2-rt. Maybe we missed it in 8.6-rt as well? #89 |
Yes, we don't support it and it doesn't compile in LTS8.6 and LTS8.8 RTs in the current method ... more investigation is needed if we even want to spend the Resources for RT on an aarch we're not supporting. |
Ok cool. Just doublechecking. |
Since we need to make sure external contributors code actually compiles prior to merging. To get access to the forked repos merge request we need to switch over our push to pull_request. In addition we're fixing up some Naming Conventions, adding aarch64 to this branch and fixing the naming so that we can quickly identify if the CI is for x86_64 or aarch64.
Reference builds:
#85