We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 664d7c6 commit ff4d324Copy full SHA for ff4d324
eng/pipelines/coreclr/perf_slow.yml
@@ -50,6 +50,9 @@ extends:
50
jobTemplate: /eng/pipelines/common/build-coreclr-and-libraries-job.yml
51
buildConfig: release
52
container: ubuntu-18.04-cross-arm64
53
+ variables:
54
+ - name: ROOTFS_DIR
55
+ value: /crossrootfs/arm64
56
platforms:
57
- Linux_arm64
58
jobParameters:
@@ -138,6 +141,9 @@ extends:
138
141
139
142
runtimeFlavor: mono
140
143
runtimeVariant: 'llvmaot'
144
145
146
147
148
149
0 commit comments