File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ concurrency:
1616env :
1717 SWIFTLINT_VERSION : 0.61.0
1818 SWIFTFORMAT_VERSION : 0.58.3
19- SWIFT_HOMOMORPHIC_ENCRYPTION_ENABLE_BENCHMARKING : 1
2019jobs :
2120 soundness :
2221 name : soundness
3433 with :
3534 enable_windows_checks : false
3635 linux_exclude_swift_versions : " [{\" swift_version\" : \" 5.9\" }, {\" swift_version\" : \" 5.10\" }]"
36+ linux_env_vars : " SWIFT_HOMOMORPHIC_ENCRYPTION_ENABLE_BENCHMARKING: 1"
3737 linux_pre_build_command : " apt-get update && apt-get install -y libjemalloc-dev"
3838 linux_build_command : >
39+ echo $GITHUB_ENV
40+ swift build --configuration release;
3941 swift test --configuration release;
4042 for filename in $(find Snippets -name \*.swift); do
4143 basename=$(basename "$filename" .swift)
You can’t perform that action at this time.
0 commit comments