Skip to content

Commit cd584ca

Browse files
authored
Install libkrb5-dev for runtime PRs
1 parent cbf2669 commit cd584ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/prbenchmarks.runtime.linux_x64.config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
components:
33
runtime:
44
script: |
5+
apt --assume-yes --force-yes install libkrb5-dev
56
./build.sh clr.runtime+clr.alljits+clr.iltools+clr.tools+clr.corelib+clr.nativecorelib -c Release -runtimeconfiguration Release -arch x64
67
78
arguments: '--{{job}}.options.outputFiles ./artifacts/bin/coreclr/Linux.x64.Release/clrjit.dll --{{job}}.options.outputFiles ./artifacts/bin/coreclr/Linux.x64.Release/coreclr.dll --{{job}}.options.outputFiles ./artifacts/bin/coreclr/Linux.x64.Release/System.Private.CoreLib.dll'

0 commit comments

Comments
 (0)