You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test_ci.yml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,10 @@ jobs:
13
13
matrix:
14
14
rust:
15
15
- 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.
0 commit comments