Skip to content

Commit b203425

Browse files
committed
Stop using dazzle 3.9
1 parent 33e619b commit b203425

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

chunks/tool-yugabytedb/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,13 @@ RUN curl -sSLo ./yugabyte.tar.gz https://downloads.yugabyte.com/releases/${YB_VE
2424
&& rm ./yugabyte.tar.gz
2525

2626
# python is a required dependency of ycqlsh
27-
# but it doesn't support Python 3.10+ due to https://github.com/yugabyte/cqlsh/issues/11, install 3.9 for now
2827
# when building yugabyte combos, if our base is full, related python chunk tests fail
2928
# so, use base as the combo ref, add chunks, but ignore Python chunk and install manually
3029
ENV PATH="$HOME/.pyenv/bin:$HOME/.pyenv/shims:$PATH"
3130
ENV PYENV_ROOT="$HOME/.pyenv"
3231
RUN git clone https://github.com/pyenv/pyenv.git ~/.pyenv \
33-
# v2.6.10
34-
&& git -C ~/.pyenv checkout a419b003b4615bef05098865bb97e0fbc428095e \
32+
# v2.6.20
33+
&& git -C ~/.pyenv checkout 3441980e83bb1c5fdb2f1734ae4dab694d10ef71 \
3534
&& pyenv install ${PYTHON_VERSION} \
3635
&& pyenv global ${PYTHON_VERSION}
3736

chunks/tool-yugabytedb/chunk.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ variants:
33
args:
44
YB_VERSION: 2.18.4.2
55
YB_BUILD: 2
6-
PYTHON_VERSION: 3.9
6+
PYTHON_VERSION: 3.10
77
- name: "2.19"
88
args:
99
YB_VERSION: 2.19.3.0
1010
YB_BUILD: 140
11-
PYTHON_VERSION: 3.9
11+
PYTHON_VERSION: 3.10
1212
- name: "2.20"
1313
args:
1414
YB_VERSION: 2.20.1.3
1515
YB_BUILD: 3
16-
PYTHON_VERSION: 3.9
16+
PYTHON_VERSION: 3.10

0 commit comments

Comments
 (0)