File tree Expand file tree Collapse file tree 6 files changed +46
-0
lines changed Expand file tree Collapse file tree 6 files changed +46
-0
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,11 @@ jobs:
180180 PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
181181 is1ESPipeline : ${{ parameters.is1ESPipeline }}
182182
183+ # Darc is targeting 8.0, so make sure it's installed
184+ - task : UseDotNet@2
185+ inputs :
186+ version : 8.0.x
187+
183188 - task : AzureCLI@2
184189 displayName : Publish Using Darc
185190 inputs :
Original file line number Diff line number Diff line change @@ -307,6 +307,11 @@ stages:
307307
308308 - task : NuGetAuthenticate@1
309309
310+ # Darc is targeting 8.0, so make sure it's installed
311+ - task : UseDotNet@2
312+ inputs :
313+ version : 8.0.x
314+
310315 - task : AzureCLI@2
311316 displayName : Publish Using Darc
312317 inputs :
Original file line number Diff line number Diff line change 1+ diff -u -r a/usr/lib/libc.so b/usr/lib/libc.so
2+ --- a/usr/lib/libc.so 2016-12-30 23:00:08.284951863 +0900
3+ +++ b/usr/lib/libc.so 2016-12-30 23:00:32.140951815 +0900
4+ @@ -2,4 +2,4 @@
5+ Use the shared library, but some functions are only in
6+ the static library, so try that secondarily. */
7+ OUTPUT_FORMAT(elf32-littlearm)
8+ - GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a AS_NEEDED ( /lib/ld-linux-armhf.so.3 ) )
9+ + GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux-armhf.so.3 ) )
Original file line number Diff line number Diff line change 1+ diff -u -r a/usr/lib/libc.so b/usr/lib/libc.so
2+ --- a/usr/lib64/libc.so 2016-12-30 23:00:08.284951863 +0900
3+ +++ b/usr/lib64/libc.so 2016-12-30 23:00:32.140951815 +0900
4+ @@ -2,4 +2,4 @@
5+ Use the shared library, but some functions are only in
6+ the static library, so try that secondarily. */
7+ OUTPUT_FORMAT(elf64-littleaarch64)
8+ - GROUP ( /lib64/libc.so.6 /usr/lib64/libc_nonshared.a AS_NEEDED ( /lib/ld-linux-aarch64.so.1 ) )
9+ + GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux-aarch64.so.1 ) )
Original file line number Diff line number Diff line change 1+ diff -u -r a/usr/lib64/libc.so b/usr/lib64/libc.so
2+ --- a/usr/lib64/libc.so 2016-12-30 23:00:08.284951863 +0900
3+ +++ b/usr/lib64/libc.so 2016-12-30 23:00:32.140951815 +0900
4+ @@ -2,4 +2,4 @@
5+ Use the shared library, but some functions are only in
6+ the static library, so try that secondarily. */
7+ OUTPUT_FORMAT(elf64-x86-64)
8+ - GROUP ( /lib64/libc.so.6 /usr/lib64/libc_nonshared.a AS_NEEDED ( /lib64/ld-linux-x86-64.so.2 ) )
9+ + GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux-x86-64.so.2 ) )
Original file line number Diff line number Diff line change 1+ diff -u -r a/usr/lib/libc.so b/usr/lib/libc.so
2+ --- a/usr/lib/libc.so 2016-12-30 23:00:08.284951863 +0900
3+ +++ b/usr/lib/libc.so 2016-12-30 23:00:32.140951815 +0900
4+ @@ -2,4 +2,4 @@
5+ Use the shared library, but some functions are only in
6+ the static library, so try that secondarily. */
7+ OUTPUT_FORMAT(elf32-i386)
8+ - GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a AS_NEEDED ( /lib/ld-linux.so.2 ) )
9+ + GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux.so.2 ) )
You can’t perform that action at this time.
0 commit comments