File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM docker.io/debian:10-slim
2
2
3
3
# LLVM may require an newer version of cmake, download and install the latest
4
4
# prebuilt.
5
- ARG CMAKE_VERSION=3.31.1
5
+ ARG CMAKE_VERSION=3.31.2
6
6
RUN apt update && \
7
7
apt upgrade -y && \
8
8
apt install -y --no-install-recommends \
@@ -29,7 +29,7 @@ RUN apt update && \
29
29
# Buster has Python 3.7, tc-build requires at least Python 3.8 due to liberal
30
30
# use of the walrus operator (':='), so build and install the latest stable
31
31
# version.
32
- ARG PYTHON_VERSION=3.13.0
32
+ ARG PYTHON_VERSION=3.13.1
33
33
RUN dir=$(mktemp -d) && \
34
34
url=https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSION.tar.xz && \
35
35
apt update && \
Original file line number Diff line number Diff line change 23
23
24
24
LLVM_REFS = {
25
25
'20.0.0' : 'origin/main' ,
26
- '19.1.6 ' : 'release/19.x' ,
26
+ '19.1.7 ' : 'release/19.x' ,
27
27
}
28
28
29
29
LLVM_VERSIONS = [
30
30
'20.0.0' , # git
31
- '19.1.6 ' , # release/19.x
32
- '19.1.5 ' ,
31
+ '19.1.7 ' , # release/19.x
32
+ '19.1.6 ' ,
33
33
'18.1.8' ,
34
34
'17.0.6' ,
35
35
'16.0.6' ,
You can’t perform that action at this time.
0 commit comments