Skip to content

Commit 0408be1

Browse files
Building apps builds threadX - no need to do it again
1 parent 2dfdd9b commit 0408be1

3 files changed

Lines changed: 2 additions & 43 deletions

File tree

.github/workflows/build-ferrocene.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -83,18 +83,4 @@ jobs:
8383
with:
8484
name: qemu-cortex-r5-app
8585
path: qemu-cortex-r5-app/target/armv7r-none-eabihf/release/qemu-cortex-r5-app
86-
job-build-threadx-sys:
87-
runs-on: ubuntu-latest
88-
steps:
89-
- name: Checkout repo
90-
uses: actions/checkout@v4
91-
with:
92-
submodules: 'true'
93-
- name: Check threadx-sys
94-
run: |
95-
cd threadx-sys
96-
cargo check
97-
- name: Build threadx-sys
98-
run: |
99-
cd threadx-sys
100-
cargo build
86+

.github/workflows/build.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -71,18 +71,4 @@ jobs:
7171
with:
7272
name: qemu-cortex-r5-app
7373
path: qemu-cortex-r5-app/target/armv7r-none-eabihf/release/qemu-cortex-r5-app
74-
job-build-threadx-sys:
75-
runs-on: ubuntu-latest
76-
steps:
77-
- name: Checkout repo
78-
uses: actions/checkout@v4
79-
with:
80-
submodules: 'true'
81-
- name: Check threadx-sys
82-
run: |
83-
cd threadx-sys
84-
cargo check
85-
- name: Build threadx-sys
86-
run: |
87-
cd threadx-sys
88-
cargo build
74+

.github/workflows/clippy.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,3 @@ jobs:
4343
run: |
4444
cd qemu-cortex-r5-app
4545
cargo clippy --all-features
46-
job-clippy-threadx-sys:
47-
runs-on: ubuntu-latest
48-
steps:
49-
- name: Checkout repo
50-
uses: actions/checkout@v4
51-
with:
52-
submodules: 'true'
53-
- name: Check Clippy on threadx-sys
54-
env:
55-
RUSTFLAGS: "-Dwarnings"
56-
run: |
57-
cd threadx-sys
58-
cargo clippy --all-features

0 commit comments

Comments
 (0)