Skip to content

Commit

Permalink
[PERF] Fix Linux arm64 AOT ROOTFS_DIR missing (Less Impactful) (#77027)
Browse files Browse the repository at this point in the history
* Add ROOTFS_DIR as env variable for run.
* Add ROOTFS_DIR to coreclr + libaries scheduled build.
  • Loading branch information
LoopedBard3 authored Oct 14, 2022
1 parent 664d7c6 commit ff4d324
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions eng/pipelines/coreclr/perf_slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ extends:
jobTemplate: /eng/pipelines/common/build-coreclr-and-libraries-job.yml
buildConfig: release
container: ubuntu-18.04-cross-arm64
variables:
- name: ROOTFS_DIR
value: /crossrootfs/arm64
platforms:
- Linux_arm64
jobParameters:
Expand Down Expand Up @@ -138,6 +141,9 @@ extends:
container: ubuntu-18.04-cross-arm64
runtimeFlavor: mono
runtimeVariant: 'llvmaot'
variables:
- name: ROOTFS_DIR
value: /crossrootfs/arm64
platforms:
- Linux_arm64
jobParameters:
Expand Down

0 comments on commit ff4d324

Please sign in to comment.