Skip to content

Commit 859f795

Browse files
repro: focal modded fix
- Locked grpcio-tools version to fix dirty tree issue. Ref: #7376 (comment) - Updated python version to 3.10 for future proofing - Added manual dispatch for github action
1 parent 814c838 commit 859f795

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/repro.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
# 05:00 Berlin, 03:00 UTC, 23:00 New York, 20:00 Los Angeles
66
schedule:
77
- cron: "0 3 * * *"
8+
workflow_dispatch:
9+
810
jobs:
911
ubuntu:
1012
name: "Ubuntu repro build: ${{ matrix.version }}"

contrib/reprobuild/Dockerfile.focal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ RUN git clone https://github.com/pyenv/pyenv.git /root/.pyenv && \
4444
libsqlite3-dev \
4545
libssl-dev \
4646
zlib1g-dev && \
47-
pyenv install 3.8.0 && \
48-
pyenv global 3.8.0
47+
pyenv install 3.10.0 && \
48+
pyenv global 3.10.0
4949

5050
RUN wget https://bootstrap.pypa.io/get-pip.py -O /tmp/get-pip.py && python3 /tmp/get-pip.py \
5151
&& rm /tmp/get-pip.py \
52-
&& pip install poetry mako grpcio-tools
52+
&& pip install poetry mako grpcio-tools==1.62.2
5353

5454
RUN wget https://sh.rustup.rs -O rustup-install.sh && \
5555
bash rustup-install.sh --default-toolchain none --quiet -y && \

0 commit comments

Comments
 (0)