Skip to content

Commit 0cfff98

Browse files
authored
Update Redis version to 8.0.1 (#18)
1 parent aeaf3bc commit 0cfff98

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.github/workflows/unstable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
repository: redis/redis
3030
path: redis
31-
ref: '8.0.0'
31+
ref: '8.0.1'
3232

3333
- name: Setup Snapcraft
3434
run: |

snap/snapcraft.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,17 @@ parts:
7676
source: conf-dist
7777
organize:
7878
redis.conf: conf-dist/redis.conf
79+
80+
cmake-install:
81+
plugin: nil
82+
override-build: |
83+
snap install cmake --channel=3.31/stable --classic
84+
snapcraftctl build
85+
build-packages:
86+
- snapd
87+
7988
redis:
89+
after: [cmake-install]
8090
plugin: make
8191
source: redis
8292
build-environment:
@@ -100,7 +110,6 @@ parts:
100110
- gcc
101111
- g++
102112
- git
103-
- cmake
104113
- python3
105114
- python3-pip
106115
- python3-venv

0 commit comments

Comments
 (0)