Skip to content

Commit 937aeba

Browse files
committed
Try DYLD_INSERT_LIBRARIES again
1 parent 74172cb commit 937aeba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)