Changes between Version 13 and Version 14 of rust
- Timestamp:
- 12/20/2023 09:47:00 PM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified rust
v13 v14 4 4 5 5 The source needs to be downloaded from [https://static.rust-lang.org/dist/] as rustc-<VERSION>-src.tar.gz : this site is NOT searchable. 6 7 == Building newer versions ==8 9 Firefox-97 will need at least rustc-1.57.0. That version would need an amended sed to force the correct (rust) curl and curl-sys crates (not tested). Using rustc-1.58.0 picks up new enough crates and works. However, there are a lot more test failures (in the absence of gdb, only one failure is not in 'assembly'), as with 1.56 these seem to be caused by the tests using -Werror.10 6 11 7 == Building with the shipped llvm == … … 37 33 38 34 And, even if this method is used, running the test suite will still download a pre-built binary. 39 40 [wiki:Programming Up][[br]]41 [wiki:BlfsNotes Top]