Skip to content

Commit 7eb2141

Browse files
committed
Enable Linux/arm and Linux/arm64 JIT rolling builds
dotnet#75167 enables this.
1 parent 5e7cfbf commit 7eb2141

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

eng/pipelines/coreclr/jitrollingbuild.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,8 @@ jobs:
2222
platforms:
2323
- OSX_arm64
2424
- OSX_x64
25-
# Currently, Linux arm/arm64 machines don't have the Python 'pip3' tool, nor the azure-storage-blob package that
26-
# is required to do the JIT upload to Azure Storage. Thus, these platforms are disabled. If we can figure out how
27-
# to get Python properly configured, then re-enable them.
28-
# - Linux_arm
29-
# - Linux_arm64
25+
- Linux_arm
26+
- Linux_arm64
3027
- Linux_x64
3128
- windows_x64
3229
- windows_x86
@@ -39,11 +36,8 @@ jobs:
3936
platforms:
4037
- OSX_arm64
4138
- OSX_x64
42-
# Currently, Linux arm/arm64 machines don't have the Python 'pip3' tool, nor the azure-storage-blob package that
43-
# is required to do the JIT upload to Azure Storage. Thus, these platforms are disabled. If we can figure out how
44-
# to get Python properly configured, then re-enable them.
45-
# - Linux_arm
46-
# - Linux_arm64
39+
- Linux_arm
40+
- Linux_arm64
4741
- Linux_x64
4842
- windows_x64
4943
- windows_x86

0 commit comments

Comments
 (0)