[ARM/CI] Add ARM CI script for cross build#1512
Conversation
|
Related PR for CoreCLR is available at dotnet/coreclr#9445 |
|
@dotnet-bot test ci please |
|
@dotnet-bot test Ubuntu16.04 arm Release Build |
|
@dotnet-bot skip ci test |
| sudo chown -R $(id -u -n) cross/rootfs | ||
|
|
||
| # Cross building core-setup with rootfs in Docker | ||
| if [ "$__buildArch" == "arm" ]; then |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
6bd2e2e to
1c98d6b
Compare
|
@dotnet-bot help |
1 similar comment
|
@dotnet-bot help |
|
@dotnet-bot test ci please |
|
@dotnet-bot test ci please |
|
@dotnet-bot test ci please |
|
@jyoungyun @gkhanna79 It seems we cannot test newly defined job for arm/linux. If you want careful solution for CI machine, I suggest you to use step-by-step PR.
|
|
@hseok-oh Even though I make a seperate patch like your suggestion, but I'm still not sure that my changes about netci.groovy is working well. Is it okay if this patch pass 'dotnet_core-setup/master/GenPRTest/generator_prtest' build alone? |
1c98d6b to
e7b051d
Compare
|
@dotnet-bot test ci please |
Implement ARM CI using Docker for arm Call the arm32 CI script in netci.groovy but it is temporarily disabled Uses 'arm-cross-latest' version image in Ubuntu14.04 machinemap
e7b051d to
97733a9
Compare
|
@dotnet-bot test ci please |
|
@gkhanna79 @jashook @hqueue @hseok-oh @wateret And can I fix dotnet-ci like https://github.com/jyoungyun/dotnet-ci/blob/tizen/add_tizen_to_machine_map/jobs/generation/Utilities.groovy#L324L332 ? To use the Tizen os name, I must modify Jobs Utilities file. |
|
Change LGTM. Let me know when it is ready to merge @jyoungyun |
|
@gkhanna79 It's okay to merge this PR. Thank you. |
|
@jyoungyun I have merged this. Can you please trigger a dummy pr to confirm that Linux Arm32 CI build looks good? |
|
@gkhanna79 I made a new PR(#1572) for confirming that ARM CI works well. |
Implement ARM CI using Docker for arm and armel
Call the script in netci.groovy
Related issue :
https://github.com/dotnet/core-setup/issues/790
https://github.com/dotnet/core-setup/issues/1400
https://github.com/dotnet/coreclr/issues/9273
dotnet/corefx#15900