forked from ARMmbed/mbed-os
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build all target families in a CI job #355
Merged
multiplemonomials
merged 4 commits into
master
from
dev/build-all-target-families-in-ci
Sep 27, 2024
Merged
Build all target families in a CI job #355
multiplemonomials
merged 4 commits into
master
from
dev/build-all-target-families-in-ci
Sep 27, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
multiplemonomials
changed the title
[draft] Build all target families in a CI job
Build all target families in a CI job
Sep 22, 2024
multiplemonomials
changed the title
Build all target families in a CI job
[draft] Build all target families in a CI job
Sep 22, 2024
multiplemonomials
force-pushed
the
dev/build-all-target-families-in-ci
branch
from
September 22, 2024 01:35
403f8ff
to
beec7ea
Compare
multiplemonomials
changed the base branch from
master
to
dev/stm32h7-update-cube-hal-to-1.11.3
September 22, 2024 05:39
Base automatically changed from
dev/stm32h7-update-cube-hal-to-1.11.3
to
master
September 22, 2024 06:13
multiplemonomials
force-pushed
the
dev/build-all-target-families-in-ci
branch
2 times, most recently
from
September 24, 2024 16:09
3509b5a
to
5fe6385
Compare
Try and reenable if Full send Fixing build errors and warnings: round 1 of 100000000 Fix Cypress targets to use new form factor names as the old FF was producing #defines that clashed with USB code Fix some GD32 legacy pin name issues More Cypress build errors Rename USB variables Oops typo Fix STM32F0 DMA interrupts Fix some issues with mesh network code building Add MCU description for MIMXRT1176 Fix H745ZI_Q target name Add missing cypress secure requirement Fix every Cypress target trying to write to the same hex file in post build Missing add_subdirectory Augh typo Fix incorrect path to renesas Eth driver That toshiba target doesn't have CMake build scripts O_O Add missing add_subdirectory() Remove noneexistant include Fix incorrect check for define Check for both types
multiplemonomials
force-pushed
the
dev/build-all-target-families-in-ci
branch
from
September 27, 2024 06:36
8450a14
to
5003bac
Compare
multiplemonomials
changed the base branch from
master
to
dev/fix-cypress-tfm-build
September 27, 2024 06:36
multiplemonomials
changed the title
[draft] Build all target families in a CI job
Build all target families in a CI job
Sep 27, 2024
connectivity/drivers/emac/TARGET_RENESAS_EMAC/TARGET_RZ_A1XX/CMakeLists.txt
Show resolved
Hide resolved
targets/TARGET_Maxim/TARGET_MAX32670/Libraries/PeriphDrivers/Source/SYS/sys_me15.c
Show resolved
Hide resolved
JohnK1987
approved these changes
Sep 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary of changes
I feel like we have had lots of issues where someone (often me) changes a file for target X and that causes a build failure for target Y. I think we should put an end to that -- things like this are basically why CI was invented! Will this cause us to get rate limited by Github Actions? No idea! But let's find out!
Impact of changes
Submitting a pull request will now cause Mbed to be compiled for every major target family.
Migration actions required
Documentation
Pull request type
Test results