Skip to content

Commit

Permalink
Fix compile openssl in macos: 5.3 (#4103)
Browse files Browse the repository at this point in the history
  • Loading branch information
solotzg committed Feb 23, 2022
1 parent 9b47191 commit 2cbf30b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .ci/integration_test.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ catchError {
timeout(time: 60, unit: 'MINUTES') {
container("golang") {
sh """
rm -rf ${curws}/tics/contrib
rm -rf ${curws}/tics/.git
COMMIT_HASH=${params.ghprbActualCommit} PULL_ID=${params.ghprbPullId} TAR_PATH=${curws}/tics/tests/.build bash -e ${curws}/tics/release-centos7/build/fetch-ci-build.sh
"""
}
Expand Down
2 changes: 1 addition & 1 deletion contrib/tiflash-proxy
Submodule tiflash-proxy updated 1 files
+3 −2 build.sh

0 comments on commit 2cbf30b

Please sign in to comment.