Skip to content

Commit 53e8aca

Browse files
committed
ci: update nightly version to 2025-10-12 (#7670)
1 parent 9e5527d commit 53e8aca

File tree

3 files changed

+12
-18
lines changed

3 files changed

+12
-18
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
RUSTUP_WINDOWS_PATH_ADD_BIN: 1
1717
# Change to specific Rust release to pin
1818
rust_stable: stable
19-
rust_nightly: nightly-2025-01-25
19+
rust_nightly: nightly-2025-10-12
2020
# Pin a specific miri version
2121
rust_miri_nightly: nightly-2025-06-02
2222
rust_clippy: '1.88'
@@ -494,8 +494,8 @@ jobs:
494494
target:
495495
- name: x86_64-unknown-haiku
496496
exclude_features: "taskdump" # taskdump is only available on Linux
497-
- name: armv7-sony-vita-newlibeabihf
498-
exclude_features: "process,signal,rt-process-signal,full,taskdump"
497+
# - name: armv7-sony-vita-newlibeabihf
498+
# exclude_features: "process,signal,rt-process-signal,full,taskdump"
499499
steps:
500500
- uses: actions/checkout@v5
501501
- name: Install Rust ${{ env.rust_nightly }}
@@ -646,6 +646,7 @@ jobs:
646646
cargo test --doc -Zbuild-std --target target-specs/i686-unknown-linux-gnu.json -p tokio --features $TOKIO_STABLE_FEATURES,taskdump
647647
env:
648648
RUST_TEST_THREADS: 1
649+
RUSTDOCFLAGS: --cfg tokio_unstable
649650
RUSTFLAGS: --cfg tokio_unstable -Dwarnings --cfg tokio_no_tuning_tests
650651

651652
no-atomic-u64-check:

netlify.toml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
[build]
2-
# TODO: unfreeze toolchain
3-
# error[E0557]: feature has been removed
4-
# --> /opt/buildhome/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.13/src/lib.rs:89:29
5-
# |
6-
# 89 | #![cfg_attr(docsrs, feature(doc_auto_cfg))]
7-
# | ^^^^^^^^^^^^ feature has been removed
8-
# |
9-
# = note: removed in 1.58.0; see <https://github.com/rust-lang/rust/pull/138907; for more information
10-
# = note: merged into `doc_cfg`
112
command = """
12-
rustup install nightly-2025-01-25 --profile minimal && cargo doc --no-deps --all-features
3+
rustup install nightly --profile minimal && cargo doc --no-deps --all-features
134
"""
145
publish = "target/doc"
156

target-specs/i686-unknown-linux-gnu.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"crt-objects-fallback": "false",
55
"crt-static-respected": true,
66
"data-layout": "e-m:e-p:32:32-p270:32:32-p271:32:32-p272:64:64-i128:128-f64:32:64-f80:32-n8:16:32-S128",
7+
"default-uwtable": true,
78
"dynamic-linking": true,
89
"env": "gnu",
910
"has-rpath": true,
@@ -12,10 +13,10 @@
1213
"llvm-target": "i686-unknown-linux-gnu",
1314
"max-atomic-width": 32,
1415
"metadata": {
15-
"description": null,
16-
"host_tools": null,
17-
"std": null,
18-
"tier": null
16+
"description": "32-bit Linux (kernel 3.2, glibc 2.17+)",
17+
"host_tools": true,
18+
"std": true,
19+
"tier": 1
1920
},
2021
"os": "linux",
2122
"position-independent-executables": true,
@@ -28,6 +29,7 @@
2829
]
2930
},
3031
"relro-level": "full",
32+
"rustc-abi": "x86-sse2",
3133
"stack-probes": {
3234
"kind": "inline"
3335
},
@@ -42,5 +44,5 @@
4244
"target-family": [
4345
"unix"
4446
],
45-
"target-pointer-width": "32"
47+
"target-pointer-width": 32
4648
}

0 commit comments

Comments
 (0)