Skip to content

Move Xcode 10 to Mojave

Adrien Kohlbecker requested to merge ak/fix-xcode into master

What does this MR do?

Moves back Xcode 10 to Mojave. There is an issue with this setup where the VM freezes when it is rebooting after xcode's installation. Forcing the reboot seems to fix it.

Why was this MR needed?

Xcode 10 needs to be installed on Mojave, per !84 (closed)

What's the best way to test this MR?

scripts/dev-vm --base-image mr-86-runner-10.14-10.img new      

# ssh with address & port, base VM password in 1password
ssh -o Port=8822 gitlab@10.221.188.124

# in the VM run xcodebuild
xcodebuild

What are the relevant issue numbers?

Edited by Adrien Kohlbecker

Merge request reports