Skip to content

Commit f583266

Browse files
committed
downloads: upgrade binutils to 2.34
This required installing the texinfo package in the build environment.
1 parent ef3082d commit f583266

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

cpython-unix/gcc.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ RUN apt-get install \
1010
libtool \
1111
make \
1212
tar \
13+
texinfo \
1314
xz-utils \
1415
unzip

pythonbuild/downloads.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"license_file": "LICENSE.bdb.txt",
1515
},
1616
"binutils": {
17-
"url": "ftp://ftp.gnu.org/gnu/binutils/binutils-2.32.tar.xz",
18-
"size": 20774880,
19-
"sha256": "0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04",
20-
"version": "2.32",
17+
"url": "ftp://ftp.gnu.org/gnu/binutils/binutils-2.34.tar.xz",
18+
"size": 21637796,
19+
"sha256": "f00b0e8803dc9bab1e2165bd568528135be734df3fabf8d0161828cd56028952",
20+
"version": "2.34",
2121
},
2222
"bzip2": {
2323
"url": "https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz",

0 commit comments

Comments
 (0)