Skip to content
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

test PR for build changes #815

Closed
wants to merge 1 commit into from
Closed

test PR for build changes #815

wants to merge 1 commit into from

Conversation

nalajcie
Copy link
Member

@nalajcie nalajcie commented Aug 31, 2023

Test PR for CI to pass

the idea (to be implemented after merging all respective changes is to:

for whole project build host utils only for target host-generic-pc
introduce separate CI in phoenix-rtos-hostutils

Description

summary of changes:

  • remove CLEAN variable
  • add PROJECT_PATH include path globally
  • build host utils in a sane way

Motivation and Context

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

How Has This Been Tested?

  • Already covered by automatic testing.
  • New test added: (add PR link here).
  • Tested by hand on: (list targets here).

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing linter checks and tests passed.
  • My changes generate no new compilation warnings for any of the targets.

Special treatment

  • This PR needs additional PRs to work (list the PRs, preferably in merge-order).
  • I will merge this PR by myself when appropriate.

@@ -13,7 +13,7 @@ on:
build_params:
type: string
description: "parameters to build.sh script"
default: 'core fs test project image' # by default don't build ports
default: 'host core fs test project image' # by default don't build ports
Copy link
Member Author

@nalajcie nalajcie Aug 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WARN: rignt now host target was added for each of the CI build target.
Maybe it would be better to:

  • create separate CI job for building host utils
  • don't build host utils for every target
  • (in testing we're using hostutils from docker image anyway)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the idea (to be implemented after merging all respective changes is to:

  • for whole project build host utils only for target host-generic-pc
  • introduce separate CI in phoenix-rtos-hostutils

@github-actions
Copy link

github-actions bot commented Aug 31, 2023

Unit Test Results

5 482 tests  ±0   4 886 ✔️ ±0   19m 6s ⏱️ -18s
   275 suites ±0      596 💤 ±0 
       1 files   ±0          0 ±0 

Results for commit a27e14f. ± Comparison against base commit 6d2c315.

♻️ This comment has been updated with latest results.

@nalajcie
Copy link
Member Author

nalajcie commented Sep 4, 2023

@nalajcie nalajcie closed this Sep 4, 2023
@nalajcie nalajcie deleted the nalajcie/build branch September 4, 2023 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant