Skip to content

Commit ff4d324

Browse files
authored
[PERF] Fix Linux arm64 AOT ROOTFS_DIR missing (Less Impactful) (#77027)
* Add ROOTFS_DIR as env variable for run. * Add ROOTFS_DIR to coreclr + libaries scheduled build.
1 parent 664d7c6 commit ff4d324

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

eng/pipelines/coreclr/perf_slow.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ extends:
5050
jobTemplate: /eng/pipelines/common/build-coreclr-and-libraries-job.yml
5151
buildConfig: release
5252
container: ubuntu-18.04-cross-arm64
53+
variables:
54+
- name: ROOTFS_DIR
55+
value: /crossrootfs/arm64
5356
platforms:
5457
- Linux_arm64
5558
jobParameters:
@@ -138,6 +141,9 @@ extends:
138141
container: ubuntu-18.04-cross-arm64
139142
runtimeFlavor: mono
140143
runtimeVariant: 'llvmaot'
144+
variables:
145+
- name: ROOTFS_DIR
146+
value: /crossrootfs/arm64
141147
platforms:
142148
- Linux_arm64
143149
jobParameters:

0 commit comments

Comments
 (0)