[PERF] Fix Linux arm64 AOT ROOTFS_DIR missing (Less Impactful) (#77027)
authorParker Bibus <parkerbibus@microsoft.com>
Fri, 14 Oct 2022 03:23:42 +0000 (20:23 -0700)
committerGitHub <noreply@github.com>
Fri, 14 Oct 2022 03:23:42 +0000 (20:23 -0700)
* Add ROOTFS_DIR as env variable for run.
* Add ROOTFS_DIR to coreclr + libaries scheduled build.

eng/pipelines/coreclr/perf_slow.yml

index f9232de..77a9384 100644 (file)
@@ -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:
@@ -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: