Skip to content

Commit 8cd7861

Browse files
committed
CI: Pin cc in nightly job
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.
1 parent 79e184f commit 8cd7861

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contrib/test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ rustc --version
1111
NIGHTLY=false
1212
if cargo --version | grep nightly; then
1313
NIGHTLY=true
14+
# Pin dependencies as required if we are using nightly toolchain.
15+
cargo update -p cc --precise 1.0.79
1416
fi
1517

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

0 commit comments

Comments
 (0)