Skip to content

Commit 8e687b6

Browse files
committed
[2.0] Build system updates
1 parent f483b62 commit 8e687b6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ workflows:
558558
<<: *on-any-branch
559559
matrix:
560560
parameters:
561-
san-type: [address] # [address, memory]
561+
san-type: [address] # [memory]
562562
- upload-artifacts:
563563
name: upload-artifacts-to-staging-lab
564564
<<: *on-integ-branch

build/docker/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ REDIS_VERSION=6.2.7
99

1010
OSNICK.official=bullseye
1111

12-
INT_BRANCHES=2.0 1.2 1.0
12+
INT_BRANCHES=2.2 2.0 1.2 1.0
1313
LATEST_BRANCH=2.0
14-
PREVIEW_BRANCH=2.0
14+
PREVIEW_BRANCH=2.2
1515

1616
ART_DIR=$(ROOT)/bin/artifacts
1717

sbin/system-setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def common_first(self):
2929
self.run("%s/bin/getcmake --usr" % READIES)
3030

3131
def debian_compat(self):
32+
self.install("python3-dev")
3233
self.run("%s/bin/getgcc" % READIES)
3334

3435
def redhat_compat(self):

0 commit comments

Comments
 (0)