mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
ci: don't auto-cancel CI on old commits on master (#5006)
This commit is contained in:
parent
0d68bef7f7
commit
29e3584c4d
@ -11,6 +11,7 @@ env:
|
|||||||
# the system's binaries, so the environment shouldn't matter.
|
# the system's binaries, so the environment shouldn't matter.
|
||||||
task:
|
task:
|
||||||
name: FreeBSD 64-bit
|
name: FreeBSD 64-bit
|
||||||
|
auto_cancellation: $CIRRUS_BRANCH != 'master' && $CIRRUS_BRANCH !=~ 'tokio-.*'
|
||||||
setup_script:
|
setup_script:
|
||||||
- pkg install -y bash curl
|
- pkg install -y bash curl
|
||||||
- curl https://sh.rustup.rs -sSf --output rustup.sh
|
- curl https://sh.rustup.rs -sSf --output rustup.sh
|
||||||
@ -25,6 +26,7 @@ task:
|
|||||||
|
|
||||||
task:
|
task:
|
||||||
name: FreeBSD docs
|
name: FreeBSD docs
|
||||||
|
auto_cancellation: $CIRRUS_BRANCH != 'master' && $CIRRUS_BRANCH !=~ 'tokio-.*'
|
||||||
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
|
||||||
@ -42,6 +44,7 @@ task:
|
|||||||
|
|
||||||
task:
|
task:
|
||||||
name: FreeBSD 32-bit
|
name: FreeBSD 32-bit
|
||||||
|
auto_cancellation: $CIRRUS_BRANCH != 'master' && $CIRRUS_BRANCH !=~ 'tokio-.*'
|
||||||
setup_script:
|
setup_script:
|
||||||
- pkg install -y bash curl
|
- pkg install -y bash curl
|
||||||
- curl https://sh.rustup.rs -sSf --output rustup.sh
|
- curl https://sh.rustup.rs -sSf --output rustup.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user