mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
10 lines
462 B
Markdown
10 lines
462 B
Markdown
This is used for the `no-atomic-u64-test` ci check that verifies that Tokio
|
|
works even if the `AtomicU64` type is missing.
|
|
|
|
When increasing the nightly compiler version, you may need to regenerate this
|
|
target using the following command:
|
|
```
|
|
rustc +nightly -Z unstable-options --print target-spec-json --target i686-unknown-linux-gnu | grep -v 'is-builtin' | sed 's/"max-atomic-width": 64/"max-atomic-width": 32/' > target-specs/i686-unknown-linux-gnu.json
|
|
```
|
|
|