mirror of https://github.com/redis/redis.git
Fix broken freebsd CI
This commit is contained in:
parent
0d6a6dca38
commit
98f91fea4e
|
@ -270,18 +270,16 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: test
|
- name: test
|
||||||
uses: vmactions/freebsd-vm@v0.3.0
|
uses: cross-platform-actions/action@v0.22.0
|
||||||
with:
|
with:
|
||||||
usesh: true
|
operating_system: freebsd
|
||||||
sync: rsync
|
environment_variables: MAKE
|
||||||
copyback: false
|
version: 13.2
|
||||||
prepare: pkg install -y bash gmake lang/tcl86
|
shell: bash
|
||||||
run: >
|
run: |
|
||||||
gmake &&
|
sudo pkg install -y bash gmake lang/tcl86 lang/tclx gcc
|
||||||
./runtest --accurate --verbose --no-latency --tags -large-memory --dump-logs &&
|
gmake
|
||||||
MAKE=gmake ./runtest-moduleapi --verbose &&
|
./runtest --single unit/keyspace --single unit/auth --single unit/networking --single unit/protocol
|
||||||
./runtest-sentinel &&
|
|
||||||
./runtest-cluster
|
|
||||||
|
|
||||||
test-alpine-jemalloc:
|
test-alpine-jemalloc:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue