File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,11 @@ jobs:
3131 with :
3232 enable_windows_checks : false
3333 enable_macos_checks : true
34- macos_env_vars : SWIFT_HOMOMORPHIC_ENCRYPTION_ENABLE_BENCHMARKING=1 DYLD_INSERT_LIBRARIES=${{DEVELOPER_DIR}}/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks/Testing.framework/Versions/A/Testing
35- macos_pre_build_command : " brew install jemalloc"
34+ macos_env_vars : SWIFT_HOMOMORPHIC_ENCRYPTION_ENABLE_BENCHMARKING=1
3635 macos_exclude_xcode_versions : " [{\" xcode_version\" : \" 16.3\" }, {\" xcode_version\" : \" 16.4\" }]" # we require swift 6.2
36+ macos_pre_build_command : " brew install jemalloc"
3737 macos_build_command : >
38+ DYLD_INSERT_LIBRARIES=${{ env.DEVELOPER_DIR }}/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks/Testing.framework/Versions/A/Testing;
3839 swift test --configuration release;
3940 for filename in $(find Snippets -name \*.swift); do
4041 basename=$(basename "$filename" .swift)
You can’t perform that action at this time.
0 commit comments