Skip to content

Commit

Permalink
Merge pull request thesofproject#250 from ojeda/bindgen
Browse files Browse the repository at this point in the history
CI: save ~25% of time with pre-built `bindgen`
  • Loading branch information
ojeda authored May 3, 2021
2 parents 45ffe64 + 1d00cd3 commit 428d64a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,9 @@ jobs:
- run: rustup component add clippy

# Setup: bindgen
- run: cargo install --version 0.56.0 bindgen
- run: |
curl -o bin/bindgen https://raw.githubusercontent.com/Rust-for-Linux/ci-bin/master/bindgen-0.56.0/bin/bindgen
chmod u+x bin/bindgen
# Setup: busybox
- run: git clone --depth 1 -b 1_30_1 https://github.com/mirror/busybox
Expand Down

0 comments on commit 428d64a

Please sign in to comment.