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
hiredis
Commits
45b7820d
Commit
45b7820d
authored
Aug 05, 2024
by
michael-grunder
Committed by
Michael Grunder
Aug 06, 2024
Browse files
CentOS 7 is EOL
CentOS 7 reached EOL of even maintinance updates on 2024-06-30.
parent
643dddaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/build.yml
View file @
45b7820d
...
...
@@ -37,42 +37,6 @@ jobs:
# TEST_PREFIX: valgrind --error-exitcode=99 --track-origins=yes --leak-check=full
# run: $GITHUB_WORKSPACE/test.sh
centos7
:
name
:
CentOS
7
runs-on
:
ubuntu-latest
container
:
centos:7
steps
:
-
uses
:
actions/checkout@v3
-
name
:
Install dependencies
run
:
|
yum -y install http://rpms.remirepo.net/enterprise/remi-release-7.rpm
yum -y --enablerepo=remi install redis
yum -y install gcc gcc-c++ make openssl openssl-devel cmake3 valgrind libevent-devel
-
name
:
Build using cmake
env
:
EXTRA_CMAKE_OPTS
:
-DENABLE_EXAMPLES:BOOL=ON -DENABLE_SSL:BOOL=ON -DENABLE_SSL_TESTS:BOOL=ON -DENABLE_ASYNC_TESTS:BOOL=ON
CFLAGS
:
-Werror
CXXFLAGS
:
-Werror
run
:
mkdir build && cd build && cmake3 .. && make
-
name
:
Build using Makefile
run
:
USE_SSL=1 TEST_ASYNC=1 make
-
name
:
Run tests
env
:
SKIPS_AS_FAILS
:
1
TEST_SSL
:
1
run
:
$GITHUB_WORKSPACE/test.sh
-
name
:
Run tests under valgrind
env
:
SKIPS_AS_FAILS
:
1
TEST_SSL
:
1
TEST_PREFIX
:
valgrind --error-exitcode=99 --track-origins=yes --leak-check=full
run
:
$GITHUB_WORKSPACE/test.sh
centos8
:
name
:
RockyLinux
8
runs-on
:
ubuntu-latest
...
...
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