Skip to content

Commit babab13

Browse files
authored
Bump to xamarin/xamarin-android-binutils/L_18.1.4-8.0.0@758d2e7 (#8885)
Context: https://discourse.llvm.org/t/18-1-4-released/78430 Changes: dotnet/android-native-tools@L_18.1.3-8.0.0...L_18.1.4-8.0.0 * dotnet/android-native-tools@758d2e7: Bump to LLVM 18.1.4 (dotnet/android-native-tools#25) * dotnet/android-native-tools@cea94b2: [ci] Build on Ubuntu 20.04 LTS (dotnet/android-native-tools#24) On Linux, build the binaries on Ubuntu 20.04 LTS, to avoid: [llc stderr] /mnt/vss/_work/1/s/bin/Release/dotnet/packs/Microsoft.Android.Sdk.Linux/34.0.101/tools/Linux/binutils/bin/llc: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /mnt/vss/_work/1/s/bin/Release/dotnet/packs/Microsoft.Android.Sdk.Linux/34.0.101/tools/Linux/binutils/bin/llc) Bump to binutils based on LLVM 18.1.4. There isn't anything directly interesting for us in this LLVM release. Simply tracking the current version of the toolchain.
1 parent d5b608e commit babab13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/xaprepare/xaprepare/ConfigAndData/Configurables.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace Xamarin.Android.Prepare
1515
//
1616
partial class Configurables
1717
{
18-
const string BinutilsVersion = "L_18.1.3-8.0.0";
18+
const string BinutilsVersion = "L_18.1.4-8.0.0";
1919

2020
const string MicrosoftOpenJDK17Version = "17.0.8";
2121
const string MicrosoftOpenJDK17Release = "17.0.8.7";

0 commit comments

Comments
 (0)