Skip to content

Commit 469e628

Browse files
committed
[dependencies] Install Mono 5.2.0.114
Commit 986869b [didn't work as desired][0]: Error: --arch=32 Failed to switch to 'mono32'. (It worked locally! Because my `$PATH` was messed up.) The problem is that `mono --arch=32` **exec**(2)'s `mono32`, but `mono32` wasn't a whitelisted binary installed into `Mono.framework/Versions/Current/Commands`, which is the directory that `$PATH` contains on the Jenkins machines. Thus, `mono32` couldn't be found, and `MonoAotOffsetsDumper.exe` couldn't be executed, and I'm a sad panda. Install and use Mono 5.2.0.114, which should contain `mono32`. [0]: https://jenkins.mono-project.com/view/Xamarin.Android/job/xamarin-android/385
1 parent 986869b commit 469e628

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-tools/dependencies/dependencies.projitems

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<_DarwinMonoFramework>MonoFramework-MDK-5.2.0.20.macos10.xamarin.universal.pkg</_DarwinMonoFramework>
4+
<_DarwinMonoFramework>MonoFramework-MDK-5.2.0.114.macos10.xamarin.universal.pkg</_DarwinMonoFramework>
55
<_AptGetInstall>apt-get -f -u install</_AptGetInstall>
66
</PropertyGroup>
77
<ItemGroup>
@@ -59,7 +59,7 @@
5959
<RequiredProgram Include="$(ManagedRuntime)" Condition=" '$(ManagedRuntime)' != '' ">
6060
<MinimumVersion>$(MonoRequiredMinimumVersion)</MinimumVersion>
6161
<CurrentVersionCommand>$(MSBuildThisFileDirectory)..\scripts\mono-version</CurrentVersionCommand>
62-
<DarwinMinimumUrl>https://bosstoragemirror.blob.core.windows.net/wrench/mono-2017-04/92/92503db79568d1ef66a5445cb889ccbb8c8bd343/$(_DarwinMonoFramework)</DarwinMinimumUrl>
62+
<DarwinMinimumUrl>https://bosstoragemirror.blob.core.windows.net/wrench/mono-2017-04/8a/8a4958ae3861143b55981cef3843c328462041f8/$(_DarwinMonoFramework)</DarwinMinimumUrl>
6363
<DarwinInstall>installer -pkg "$(AndroidToolchainCacheDirectory)\$(_DarwinMonoFramework)" -target /</DarwinInstall>
6464
</RequiredProgram>
6565
</ItemGroup>

0 commit comments

Comments
 (0)