Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
9f0e8f78
Commit
9f0e8f78
authored
Jul 31, 2020
by
Yossi Gottlieb
Committed by
Oran Agra
Sep 01, 2020
Browse files
Fix test-centos7-tls daily job. (#7598)
(cherry picked from commit
f2da3efc
)
parent
a5294c4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/daily.yml
View file @
9f0e8f78
...
...
@@ -112,7 +112,7 @@ jobs:
run
:
|
yum -y install centos-release-scl
yum -y install devtoolset-7
scl enable devtoolset-7 make
scl enable devtoolset-7
"
make
"
-
name
:
test
run
:
|
yum -y install tcl
...
...
@@ -134,7 +134,7 @@ jobs:
run
:
|
yum -y install centos-release-scl epel-release
yum -y install devtoolset-7 openssl-devel openssl
scl enable devtoolset-7 make BUILD_TLS=yes
scl enable devtoolset-7
"
make BUILD_TLS=yes
"
-
name
:
test
run
:
|
yum -y install tcl tcltls
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment