We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3082d commit f583266Copy full SHA for f583266
cpython-unix/gcc.Dockerfile
@@ -10,5 +10,6 @@ RUN apt-get install \
10
libtool \
11
make \
12
tar \
13
+ texinfo \
14
xz-utils \
15
unzip
pythonbuild/downloads.py
@@ -14,10 +14,10 @@
"license_file": "LICENSE.bdb.txt",
},
16
"binutils": {
17
- "url": "ftp://ftp.gnu.org/gnu/binutils/binutils-2.32.tar.xz",
18
- "size": 20774880,
19
- "sha256": "0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04",
20
- "version": "2.32",
+ "url": "ftp://ftp.gnu.org/gnu/binutils/binutils-2.34.tar.xz",
+ "size": 21637796,
+ "sha256": "f00b0e8803dc9bab1e2165bd568528135be734df3fabf8d0161828cd56028952",
+ "version": "2.34",
21
22
"bzip2": {
23
"url": "https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz",
0 commit comments