|
@@ -4,11 +4,11 @@ on:
|
|
|
pull_request:
|
|
|
merge_group:
|
|
|
|
|
|
-name: Continuous integration
|
|
|
+name: Build check
|
|
|
|
|
|
jobs:
|
|
|
# We check that the crate builds and links for all the toolchains and targets.
|
|
|
- ci-riscv:
|
|
|
+ build-riscv:
|
|
|
strategy:
|
|
|
matrix:
|
|
|
# All generated code should be running on stable now, MRSV is 1.59.0
|
|
@@ -17,7 +17,7 @@ jobs:
|
|
|
- riscv32i-unknown-none-elf
|
|
|
- riscv32imc-unknown-none-elf
|
|
|
- riscv32imac-unknown-none-elf
|
|
|
- - riscv64gc-unknown-linux-gnu
|
|
|
+ - riscv64imac-unknown-none-elf
|
|
|
- riscv64gc-unknown-none-elf
|
|
|
cargo_flags: [ "--no-default-features", "--all-features" ]
|
|
|
include:
|
|
@@ -36,7 +36,7 @@ jobs:
|
|
|
run: cargo build --target ${{ matrix.target }} ${{ matrix.cargo_flags }}
|
|
|
|
|
|
# On MacOS, Ubuntu, and Windows, we at least make sure that the crate builds and links.
|
|
|
- ci-others:
|
|
|
+ build-others:
|
|
|
strategy:
|
|
|
matrix:
|
|
|
os:
|