-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies from https://github.com/dotnet/arcade build 20231…
…017.7 (#32081) [main] Update dependencies from dotnet/arcade
- Loading branch information
1 parent
86760eb
commit f36540d
Showing
12 changed files
with
74 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
diff -u -r a/usr/lib/libc.so b/usr/lib/libc.so | ||
--- a/usr/lib64/libc.so 2016-12-30 23:00:08.284951863 +0900 | ||
+++ b/usr/lib64/libc.so 2016-12-30 23:00:32.140951815 +0900 | ||
@@ -2,4 +2,4 @@ | ||
Use the shared library, but some functions are only in | ||
the static library, so try that secondarily. */ | ||
OUTPUT_FORMAT(elf64-littleriscv) | ||
-GROUP ( /lib64/libc.so.6 /usr/lib64/libc_nonshared.a AS_NEEDED ( /lib64/ld-linux-riscv64-lp64d.so.1 ) ) | ||
+GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux-riscv64-lp64d.so.1 ) ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
{ | ||
"sdk": { | ||
"version": "8.0.100-rc.2.23461.1", | ||
"version": "8.0.100-rtm.23506.1", | ||
"allowPrerelease": true, | ||
"rollForward": "latestMajor" | ||
}, | ||
"tools": { | ||
"dotnet": "8.0.100-rc.2.23461.1", | ||
"dotnet": "8.0.100-rtm.23506.1", | ||
"runtimes": { | ||
"dotnet": [ | ||
"$(MicrosoftNETCoreBrowserDebugHostTransportVersion)" | ||
] | ||
} | ||
}, | ||
"msbuild-sdks": { | ||
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23510.4", | ||
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.23510.4" | ||
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23517.7", | ||
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.23517.7" | ||
} | ||
} |