File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 87
87
- attach_workspace : { at: /home/circleci }
88
88
- restore_cache : { key: 'gradle-wrapper-v2-{{ checksum "gradle/wrapper/gradle-wrapper.properties" }}' }
89
89
- restore_cache : { key: 'unit-test-gradle-cache-v2-{{ checksum "versions.props" }}-{{ checksum "build.gradle" }}' }
90
+ - run :
91
+ name : link_openssl
92
+ command : |
93
+ sudo ln -s /lib/x86_64-linux-gnu/libcrypt.so /usr/lib/libcrypto.so
94
+ echo "Linked openssl /usr/lib/libcrypto.so"
95
+ ls -al /lib/libcrypto* /usr/lib/libcrypto* /usr/lib/ssl/libcrypto* //usr/lib/x86_64-linux-gnu/libcrypto*
90
96
- run : ./gradlew --parallel --stacktrace --continue --max-workers=2 test
91
97
- save_cache :
92
98
key : ' unit-test-gradle-cache-v2-{{ checksum "versions.props" }}-{{ checksum "build.gradle" }}'
You can’t perform that action at this time.
0 commit comments