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
ac5f21d6
Unverified
Commit
ac5f21d6
authored
Jan 20, 2021
by
Guy Korland
Committed by
GitHub
Jan 20, 2021
Browse files
Add CI for FreeBSD (#8292)
Co-authored-by:
Oran Agra
<
oran@redislabs.com
>
parent
5a77d015
Changes
3
Hide whitespace changes
Inline
Side-by-side
.github/workflows/ci.yml
View file @
ac5f21d6
...
@@ -58,3 +58,14 @@ jobs:
...
@@ -58,3 +58,14 @@ jobs:
run
:
|
run
:
|
yum -y install gcc make
yum -y install gcc make
make REDIS_CFLAGS='-Werror'
make REDIS_CFLAGS='-Werror'
build-freebsd
:
runs-on
:
macos-latest
steps
:
-
uses
:
actions/checkout@v2
-
name
:
make
uses
:
vmactions/freebsd-vm@v0.1.0
with
:
usesh
:
true
prepare
:
pkg install -y gmake
run
:
gmake
.github/workflows/daily.yml
View file @
ac5f21d6
...
@@ -203,3 +203,20 @@ jobs:
...
@@ -203,3 +203,20 @@ jobs:
-
name
:
cluster tests
-
name
:
cluster tests
run
:
./runtest-cluster
run
:
./runtest-cluster
test-freebsd
:
runs-on
:
macos-latest
if
:
github.repository == 'redis/redis'
timeout-minutes
:
14400
steps
:
-
uses
:
actions/checkout@v2
-
name
:
test
uses
:
vmactions/freebsd-vm@v0.1.0
with
:
usesh
:
true
prepare
:
pkg install -y gmake lang/tcl85
run
:
|
gmake
./runtest --accurate --verbose --no-latency
MAKE=gmake ./runtest-moduleapi --verbose
./runtest-sentinel
./runtest-cluster
src/server.c
View file @
ac5f21d6
...
@@ -4684,7 +4684,7 @@ sds genRedisInfoString(const char *section) {
...
@@ -4684,7 +4684,7 @@ sds genRedisInfoString(const char *section) {
"aof_last_cow_size:%zu
\r\n
"
"aof_last_cow_size:%zu
\r\n
"
"module_fork_in_progress:%d
\r\n
"
"module_fork_in_progress:%d
\r\n
"
"module_fork_last_cow_size:%zu
\r\n
"
,
"module_fork_last_cow_size:%zu
\r\n
"
,
server
.
loading
,
(
int
)
server
.
loading
,
server
.
stat_current_cow_bytes
,
server
.
stat_current_cow_bytes
,
server
.
dirty
,
server
.
dirty
,
server
.
child_type
==
CHILD_TYPE_RDB
,
server
.
child_type
==
CHILD_TYPE_RDB
,
...
...
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