Skip to content

Commit c5cc1ec

Browse files
authored
Update test_ci.yml
1 parent f23b97d commit c5cc1ec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test_ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ jobs:
1313
matrix:
1414
rust:
1515
- 1.63.0 #bump needed as otherwise the test script fails as package `cc v1.2.19` cannot be built because it requires rustc 1.63 or newer, while the currently active rustc version is 1.62.0
16-
- nightly
16+
- nightly-2022-08-12 #Need to fix nightly to be an old version.
17+
#Needed because in ci/script.sh (the test script) some checks like "check presence of the `rust_begin_unwind` symbol" fail
18+
#(I think due to compilation differences between when this was made to the new nightly).
19+
#Since Rust 1.63.0 came out Aug 11 2022, we use nightly from the day after.
1720
include:
1821
- rust: nightly
1922
experimental: true

0 commit comments

Comments
 (0)