File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -558,7 +558,7 @@ workflows:
558
558
<< : *on-any-branch
559
559
matrix :
560
560
parameters :
561
- san-type : [address] # [address, memory]
561
+ san-type : [address] # [memory]
562
562
- upload-artifacts :
563
563
name : upload-artifacts-to-staging-lab
564
564
<< : *on-integ-branch
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ REDIS_VERSION=6.2.7
9
9
10
10
OSNICK.official =bullseye
11
11
12
- INT_BRANCHES =2.0 1.2 1.0
12
+ INT_BRANCHES =2.2 2. 0 1.2 1.0
13
13
LATEST_BRANCH =2.0
14
- PREVIEW_BRANCH =2.0
14
+ PREVIEW_BRANCH =2.2
15
15
16
16
ART_DIR =$(ROOT ) /bin/artifacts
17
17
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ def common_first(self):
29
29
self .run ("%s/bin/getcmake --usr" % READIES )
30
30
31
31
def debian_compat (self ):
32
+ self .install ("python3-dev" )
32
33
self .run ("%s/bin/getgcc" % READIES )
33
34
34
35
def redhat_compat (self ):
You can’t perform that action at this time.
0 commit comments