mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
@@ -1314,8 +1314,7 @@ jobs:
|
|||||||
# Enable all unstable features except `io_uring` and `taskdump`,
|
# Enable all unstable features except `io_uring` and `taskdump`,
|
||||||
# which are Linux-only features.
|
# which are Linux-only features.
|
||||||
RUSTFLAGS="$RUSTFLAGS --cfg tokio_unstable" \
|
RUSTFLAGS="$RUSTFLAGS --cfg tokio_unstable" \
|
||||||
RUSTDOCFLAGS="--cfg tokio_unstable" \
|
cargo test \
|
||||||
cargo test \
|
|
||||||
--features $TOKIO_STABLE_FEATURES,tracing
|
--features $TOKIO_STABLE_FEATURES,tracing
|
||||||
|
|
||||||
freebsd-docs:
|
freebsd-docs:
|
||||||
@@ -1329,14 +1328,13 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
RUSTFLAGS: --cfg docsrs --cfg tokio_unstable
|
RUSTFLAGS: --cfg docsrs --cfg tokio_unstable
|
||||||
RUSTDOCFLAGS: --cfg docsrs --cfg tokio_unstable -Dwarnings
|
RUSTDOCFLAGS: --cfg docsrs --cfg tokio_unstable -Dwarnings
|
||||||
RUST_NIGHTLY: nightly-2025-10-12
|
|
||||||
with:
|
with:
|
||||||
release: '14.4'
|
release: '14.4'
|
||||||
envs: "TOKIO_STABLE_FEATURES RUST_NIGHTLY RUSTDOCFLAGS RUSTFLAGS"
|
envs: "TOKIO_STABLE_FEATURES RUSTDOCFLAGS RUSTFLAGS"
|
||||||
prepare: |
|
prepare: |
|
||||||
pkg install -y curl
|
pkg install -y curl
|
||||||
curl https://sh.rustup.rs -sSf --output rustup.sh
|
curl https://sh.rustup.rs -sSf --output rustup.sh
|
||||||
sh rustup.sh -y --profile minimal --default-toolchain $RUST_NIGHTLY
|
sh rustup.sh -y --profile minimal --default-toolchain ${{ env.rust_nightly }}
|
||||||
run: |
|
run: |
|
||||||
. $HOME/.cargo/env
|
. $HOME/.cargo/env
|
||||||
# We use `--features $TOKIO_STABLE_FEATURES,io-uring,tracing` instead of
|
# We use `--features $TOKIO_STABLE_FEATURES,io-uring,tracing` instead of
|
||||||
|
|||||||
Reference in New Issue
Block a user