Skip to content

Commit

Permalink
CI: Pin cc in nightly job
Browse files Browse the repository at this point in the history
A recent commit (rust-lang/cc-rs#780) broke our CI nightly job. Pin to a
version before that was merged.

This should be temporary until the issue is fixed.
  • Loading branch information
tcharding committed Aug 9, 2023
1 parent 79e184f commit 8cd7861
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ rustc --version
NIGHTLY=false
if cargo --version | grep nightly; then
NIGHTLY=true
# Pin dependencies as required if we are using nightly toolchain.
cargo update -p cc --precise 1.0.79
fi

# Pin dependencies as required if we are using MSRV toolchain.
Expand Down

0 comments on commit 8cd7861

Please sign in to comment.