Skip to content

Commit 84b8da0

Browse files
braw-leedkm
authored andcommitted
ci: switch to nightly rustc
Was: Added FFIVector to get Polonius output on C++ side This was a commit with changes to both to-upstream and not-to-upstream files. This is the "not-to-upstream" part. The other part is already installed upstream. ChangeLog: * .github/workflows/ccpp.yml: Switch to nightly version of rustc to use unstable features, namely extern types for FFI. Signed-off-by: Kushal Pal <[email protected]>
1 parent 643407f commit 84b8da0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ccpp.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
g++-multilib \
4343
dejagnu;
4444
# install Rust directly using rustup
45-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.72.0;
45+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=nightly;
4646
4747
- name: Configure
4848
run: |
@@ -123,7 +123,7 @@ jobs:
123123
g++-multilib \
124124
dejagnu;
125125
# install Rust directly using rustup
126-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.72.0;
126+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=nightly;
127127
128128
- name: Configure
129129
run: |
@@ -206,7 +206,7 @@ jobs:
206206
g++-4.8-multilib \
207207
dejagnu;
208208
# install Rust directly using rustup
209-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.72.0;
209+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=nightly;
210210
211211
- name: Configure
212212
run: |
@@ -265,7 +265,7 @@ jobs:
265265
run: |
266266
brew install dejagnu mpfr libmpc gmp;
267267
# install Rust directly using rustup
268-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.72.0;
268+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=nightly;
269269
270270
- name: Configure
271271
run: |

0 commit comments

Comments
 (0)