#18122 closed enhancement (fixed)
rustc-1.70.0
Reported by: | Douglas R. Reno | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 12.0 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New minor version
Change History (7)
comment:1 by , 22 months ago
comment:2 by , 22 months ago
Maybe we'll need some additional patches for FF and TB, see "Depends on" field in https://bugzilla.mozilla.org/show_bug.cgi?id=1821228.
follow-up: 4 comment:3 by , 22 months ago
The build with tests seems to be a lot bigger, I've just run out of space on the filesystem where I was building this during the install (using 23GB).
comment:4 by , 22 months ago
Replying to ken@…:
The build with tests seems to be a lot bigger, I've just run out of space on the filesystem where I was building this during the install (using 23GB).
That was on my haswell. On my zen1+ (much slower) it had blown the space at 15GB so I assumed it was much earlier in the install. But the zen1+ has now completed and only got to about 16GB. Same script, both without my optimizations, marginally different versions of llvm16.
comment:5 by , 22 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:6 by , 22 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at commits
55fb76ba30 Update to llvm-16.0.5. 1fd75935de Update to rustc-1.70.0. new ffef0bb701 Update to librsvg-2.56.1.
Note that for large packages (llvm and rustc) I changes to parallelism=8 for timing.
I got 6 test failures. Two of them are caused by https://github.com/alexcrichton/openssl-probe/issues/25 and can be worked around with "SSL_CERT_DIR=/etc/ssl/certs". Other three of them are reported as https://github.com/rust-lang/rust/issues/112209 and should be harmless in practice. The remaining one indicates a bug in GDB (I'm using GDB-13.2).