Test on CI with unstable cg_clif features disabled

Part of #1084
This commit is contained in:
bjorn3 2021-12-03 13:16:34 +01:00
parent 8fa112b0d3
commit f296311925
3 changed files with 23 additions and 4 deletions

View file

@ -65,6 +65,12 @@ jobs:
git config --global user.name "User"
./y.rs prepare
- name: Build without unstable features
env:
TARGET_TRIPLE: ${{ matrix.env.TARGET_TRIPLE }}
# This is the config rust-lang/rust uses for builds
run: ./y.rs build --no-unstable-features
- name: Build
run: ./y.rs build --sysroot none