From ff4d32413b9496976931bc671ebdd84031447f82 Mon Sep 17 00:00:00 2001 From: Parker Bibus Date: Thu, 13 Oct 2022 20:23:42 -0700 Subject: [PATCH] [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. --- eng/pipelines/coreclr/perf_slow.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/eng/pipelines/coreclr/perf_slow.yml b/eng/pipelines/coreclr/perf_slow.yml index f9232de84640c..77a9384d02dd7 100644 --- a/eng/pipelines/coreclr/perf_slow.yml +++ b/eng/pipelines/coreclr/perf_slow.yml @@ -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: