From 1cd6e65d76ba934d7545afe4b8ad93787b80c1e3 Mon Sep 17 00:00:00 2001 From: Mattia Pitossi Date: Sat, 2 May 2026 17:44:40 +0200 Subject: [PATCH] ci: small improvements for freeBSD jobs (#8102) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1573eb33..e8585e678 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1323,7 +1323,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - name: Test in FreeBSD + - name: Build docs in FreeBSD uses: vmactions/freebsd-vm@v1 env: RUSTFLAGS: --cfg docsrs --cfg tokio_unstable @@ -1337,7 +1337,7 @@ jobs: sh rustup.sh -y --profile minimal --default-toolchain ${{ env.rust_nightly }} run: | . $HOME/.cargo/env - # We use `--features $TOKIO_STABLE_FEATURES,io-uring,tracing` instead of + # We use `--features $TOKIO_STABLE_FEATURES,tracing` instead of # `--all-features` to exclude `taskdump` and `io_uring`, which are Linux-only # features. cargo doc --lib --no-deps --features $TOKIO_STABLE_FEATURES,tracing \