Skip to content

Commit

Permalink
Update dependencies from https:/dotnet/arcade build 20240…
Browse files Browse the repository at this point in the history
…801.1 (#1245)

[main] Update dependencies from dotnet/arcade
  • Loading branch information
dotnet-maestro[bot] authored Aug 5, 2024
1 parent 35965f5 commit 9794254
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24375.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24401.1">
<Uri>https:/dotnet/arcade</Uri>
<Sha>3e18bd4f62388b829d0b9dcd1ee131431674aa5f</Sha>
<Sha>a3dae8d4fd5a17c147cbecfd31e61463731ac0cc</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24375.3">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24401.1">
<Uri>https:/dotnet/arcade</Uri>
<Sha>3e18bd4f62388b829d0b9dcd1ee131431674aa5f</Sha>
<Sha>a3dae8d4fd5a17c147cbecfd31e61463731ac0cc</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
4 changes: 2 additions & 2 deletions eng/common/native/init-compiler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ case "$compiler" in
majorVersion="${version%%.*}"

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

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

# GCC based on v14 released in early 2024, with one release per year
maxVersion="$((14 + ((($(date +%Y) - 2024) * 12 + $(date +%m) - 3) / 12)))"
maxVersion="$((14 + ((($(date +%Y) - 2024) * 12 + $(date +%-m) - 3) / 12)))"
compiler=gcc
;;
esac
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"dotnet": "9.0.100-preview.5.24307.3"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24375.3",
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24375.3"
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24401.1",
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24401.1"
}
}

0 comments on commit 9794254

Please sign in to comment.