Skip to content

Commit 4087f78

Browse files
committed
fix: remove ulimit command that caused CoreCLR initialization failure on macOS CI
1 parent 45d56e9 commit 4087f78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/build-template-macos.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
- script: bash scripts/download_binary.sh
2727
- script: |
2828
export DOTNET_DefaultStackSize=1572864
29-
ulimit -s 65532
3029
bash build.sh --target=Test-with-Codecov-N --parts=${{ parameters.parts }} --number=${{ parameters.n }} --codecoverage=${{ parameters.codecoverage }}
3130
displayName: 'Build and Test'
3231
- task: PublishTestResults@2

0 commit comments

Comments
 (0)