This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
itchysats
mirror of
https://github.com/lukechilds/itchysats.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
1367
Commits
67
Branches
8
Tags
4.4 MiB
Tree:
6060d48b9e
itchysats
/
rust-toolchain.toml
5 lines
93 B
Raw
Normal View
History
Build CI for armv7 We cannot run the smoke tests for arm as all targets on Github are x86_64
4 years ago
[
toolchain
]
Upgrade to Rust 1.57 The clippy version included with 1.57 flagged several problems: 1. Multiple fields were never read, removed those. 2. The `Default` impl on `Tasks` could be derived. 3. A redundant closure 4. A large enum variant
3 years ago
channel
=
"1.57"
Build CI for armv7 We cannot run the smoke tests for arm as all targets on Github are x86_64
4 years ago
components
=
[
"clippy"
]
Armv7 is totally outdated Our assumption was that we need armv7 for running on an RPi. It turns out that Armv7 is totally outdated and only used on the old RPi 2 model B. The newer model RPi 2 model B v1.2 already uses Armv8
3 years ago
targets
=
[
"aarch64-unknown-linux-gnu"
]