File tree Expand file tree Collapse file tree 1 file changed +4
-17
lines changed
Expand file tree Collapse file tree 1 file changed +4
-17
lines changed Original file line number Diff line number Diff line change 1010 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1111
1212jobs :
13- setup :
13+ check :
1414 runs-on : ubuntu-latest
1515 if : ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'release-pr')) }}
16- # required for this step, as stdout is captured by `hal-xtask release tag-releases`
17- env :
18- RUST_LOG : off
16+
1917 steps :
2018 - uses : actions/checkout@v6
2119
@@ -38,30 +36,19 @@ jobs:
3836 toolchain : nightly
3937 components : rust-src
4038
41- # - name: Setup cargo-batch
42- # run: |
43- # if ! command -v cargo-batch &> /dev/null; then
44- # cargo install --git https://github.com/embassy-rs/cargo-batch cargo --bin cargo-batch --locked --force
45- # fi
46-
4739 - name : init-local-registry
4840 run : |
4941 cargo xrel-check init
5042 cargo xrel-check update
5143 cargo xrel-check scrap-path-deps
5244
53- - name : Build and Check Xtensa
45+ - name : try-build
5446 shell : bash
5547 run : |
56- # lints and docs are checked separately
48+ # lints and docs are checked a couple of times already by other workflows
5749 cargo xcheck ci esp32 --toolchain esp --no-lint --no-docs
5850 cargo xcheck ci esp32s2 --toolchain esp --no-lint --no-docs
5951 cargo xcheck ci esp32s3 --toolchain esp --no-lint --no-docs
60-
61- - name : Build and Check RISC-V
62- shell : bash
63- run : |
64- # lints and docs are checked separately
6552 cargo xcheck ci esp32c2 --toolchain stable --no-lint --no-docs
6653 cargo xcheck ci esp32c3 --toolchain stable --no-lint --no-docs
6754 cargo xcheck ci esp32c6 --toolchain stable --no-lint --no-docs
You can’t perform that action at this time.
0 commit comments