Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
f2da3efc
Unverified
Commit
f2da3efc
authored
Jul 31, 2020
by
Yossi Gottlieb
Committed by
GitHub
Jul 31, 2020
Browse files
Fix test-centos7-tls daily job. (#7598)
parent
f7e77759
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/daily.yml
View file @
f2da3efc
...
@@ -112,7 +112,7 @@ jobs:
...
@@ -112,7 +112,7 @@ jobs:
run
:
|
run
:
|
yum -y install centos-release-scl
yum -y install centos-release-scl
yum -y install devtoolset-7
yum -y install devtoolset-7
scl enable devtoolset-7 make
scl enable devtoolset-7
"
make
"
-
name
:
test
-
name
:
test
run
:
|
run
:
|
yum -y install tcl
yum -y install tcl
...
@@ -134,7 +134,7 @@ jobs:
...
@@ -134,7 +134,7 @@ jobs:
run
:
|
run
:
|
yum -y install centos-release-scl epel-release
yum -y install centos-release-scl epel-release
yum -y install devtoolset-7 openssl-devel openssl
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
-
name
:
test
run
:
|
run
:
|
yum -y install tcl tcltls
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