Skip to content

Commit 736df11

Browse files
authored
fix(ci): pin to llvmlite 0.43 (#3342)
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 2669f47 commit 736df11

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ RUN apt-get update && \
8181
espeak \
8282
python3-pip \
8383
python-is-python3 \
84-
python3-dev llvm-10* \
84+
python3-dev llvm \
8585
python3-venv && \
8686
apt-get clean && \
8787
rm -rf /var/lib/apt/lists/* && \
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
grpcio==1.65.5
22
protobuf
3-
certifi
3+
certifi
4+
llvmlite==0.43.0

0 commit comments

Comments
 (0)