Skip to content

Commit bbef343

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20240801.1 (#350)
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk From Version 9.0.0-beta.24375.3 -> To Version 9.0.0-beta.24401.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent abec570 commit bbef343

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
33
<ToolsetDependencies>
4-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24375.3">
4+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24401.1">
55
<Uri>https://github.com/dotnet/arcade</Uri>
6-
<Sha>3e18bd4f62388b829d0b9dcd1ee131431674aa5f</Sha>
6+
<Sha>a3dae8d4fd5a17c147cbecfd31e61463731ac0cc</Sha>
77
</Dependency>
88
<!-- Intermediate is necessary for source build. -->
9-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24375.3">
9+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24401.1">
1010
<Uri>https://github.com/dotnet/arcade</Uri>
11-
<Sha>3e18bd4f62388b829d0b9dcd1ee131431674aa5f</Sha>
11+
<Sha>a3dae8d4fd5a17c147cbecfd31e61463731ac0cc</Sha>
1212
<SourceBuild RepoName="arcade" ManagedOnly="true" />
1313
</Dependency>
1414
<!-- Intermediate is necessary for source build. -->

eng/common/native/init-compiler.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ case "$compiler" in
2121
majorVersion="${version%%.*}"
2222

2323
# LLVM based on v18 released in early 2024, with two releases per year
24-
maxVersion="$((18 + ((($(date +%Y) - 2024) * 12 + $(date +%m) - 3) / 6)))"
24+
maxVersion="$((18 + ((($(date +%Y) - 2024) * 12 + $(date +%-m) - 3) / 6)))"
2525
compiler=clang
2626
;;
2727

@@ -31,7 +31,7 @@ case "$compiler" in
3131
majorVersion="${version%%.*}"
3232

3333
# GCC based on v14 released in early 2024, with one release per year
34-
maxVersion="$((14 + ((($(date +%Y) - 2024) * 12 + $(date +%m) - 3) / 12)))"
34+
maxVersion="$((14 + ((($(date +%Y) - 2024) * 12 + $(date +%-m) - 3) / 12)))"
3535
compiler=gcc
3636
;;
3737
esac

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"dotnet": "9.0.100-preview.5.24307.3"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24375.3"
6+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24401.1"
77
}
88
}

0 commit comments

Comments
 (0)