Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 30
steps:
- uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3.7.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- run: rustup component add rustfmt clippy
- run: cargo install -f cargo-fuzz
# Temporarily allow warnings due to spdk feature disabled in benchmark.
Expand All @@ -35,7 +35,7 @@ jobs:
env:
RUST_BACKTRACE: 1
steps:
- uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3.7.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- run: rustup component add rust-src
- run: rustup toolchain install nightly --component rust-src
- run: sudo apt update && sudo apt install -y llvm-dev
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
env:
RUST_BACKTRACE: 1
steps:
- uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3.7.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- run: rustup toolchain install nightly --component miri --component rust-src
- run: cargo +nightly miri setup
# CPR handshake weak-memory litmus tests. Weak-memory emulation is on by
Expand Down