We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeaf3bc commit 0cfff98Copy full SHA for 0cfff98
.github/workflows/unstable.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
repository: redis/redis
30
path: redis
31
- ref: '8.0.0'
+ ref: '8.0.1'
32
33
- name: Setup Snapcraft
34
run: |
snap/snapcraft.yaml
@@ -76,7 +76,17 @@ parts:
76
source: conf-dist
77
organize:
78
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
88
redis:
89
+ after: [cmake-install]
90
plugin: make
91
source: redis
92
build-environment:
@@ -100,7 +110,6 @@ parts:
100
110
- gcc
101
111
- g++
102
112
- git
103
- - cmake
104
113
- python3
105
114
- python3-pip
106
115
- python3-venv
0 commit comments