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

Run cbuild2cmake per context & build summary #235

Merged
merged 4 commits into from
Jun 14, 2024
Merged

Run cbuild2cmake per context & build summary #235

merged 4 commits into from
Jun 14, 2024

Conversation

soumeh01
Copy link
Collaborator

@soumeh01 soumeh01 commented Jun 14, 2024

This update includes the following changes:

  • Invoked cbuild2cmake for each context.
  • Added a build summary message.
  • Changed the build log separator from "=" to "-"
  • Cleanup cbuild errors, these errors should come from the utility triggered
+----------------------------------------
(1/2) Building context: "Hello.Debug+AVH"
info cbuild2cmake: Generate CMakeLists 0.9.2-devint1 (C) 2024 Arm Ltd. and Contributors
info cbuild2cmake: CMakeLists were successfully generated in the C:/Sandbox/opensource/csolution-examples/Hello/tmp directory
[1/9] Creating directories for 'Hello.Debug+AVH'
[2/9] No download step for 'Hello.Debug+AVH'
[3/9] No update step for 'Hello.Debug+AVH'
[4/9] No patch step for 'Hello.Debug+AVH'
[5/9] Performing configure step for 'Hello.Debug+AVH'
-- The C compiler identification is ARMClang 6.18.2
...
Program Size: Code=29904 RO-data=1592 RW-data=244 ZI-data=37072  
[7/9] No install step for 'Hello.Debug+AVH'
[8/9] No test step for 'Hello.Debug+AVH'
[9/9] Completed 'Hello.Debug+AVH'
+------------------------------------------
(2/2) Building context: "Hello.Release+AVH"
info cbuild2cmake: Generate CMakeLists 0.9.2-devint1 (C) 2024 Arm Ltd. and Contributors
info cbuild2cmake: CMakeLists were successfully generated in the C:/Sandbox/opensource/csolution-examples/Hello/tmp directory
[1/9] Creating directories for 'Hello.Release+AVH'
[2/9] No download step for 'Hello.Release+AVH'
[3/9] No update step for 'Hello.Release+AVH'
[4/9] No patch step for 'Hello.Release+AVH'
[5/9] Performing configure step for 'Hello.Release+AVH'
-- The C compiler identification is ARMClang 6.18.2
-- The ASM compiler identification is ARMClang
...
Program Size: Code=17692 RO-data=988 RW-data=196 ZI-data=37112  
[7/9] No install step for 'Hello.Release+AVH'
[8/9] No test step for 'Hello.Release+AVH'
[9/9] Completed 'Hello.Release+AVH'
+------------------------------------------------------------
Build summary: 2 succeeded, 0 failed - Time Elapsed: 00:00:46
+============================================================

Copy link
Contributor

github-actions bot commented Jun 14, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

Copy link
Contributor

github-actions bot commented Jun 14, 2024

Test Results

  4 files  ±0   44 suites  ±0   7s ⏱️ -1s
202 tests +1  202 ✅ +1  0 💤 ±0  0 ❌ ±0 
808 runs  +4  808 ✅ +4  0 💤 ±0  0 ❌ ±0 

Results for commit bf39f0c. ± Comparison against base commit e334a0c.

♻️ This comment has been updated with latest results.

@soumeh01 soumeh01 requested a review from brondani June 14, 2024 12:20
brondani
brondani previously approved these changes Jun 14, 2024
Copy link
Collaborator

@brondani brondani left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

codeclimate bot commented Jun 14, 2024

Code Climate has analyzed commit bf39f0c and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 86.7% (50% is the threshold).

This pull request will bring the total coverage in the repository to 79.8% (1.0% change).

View more on Code Climate.

Copy link
Collaborator

@brondani brondani left a comment

Choose a reason for hiding this comment

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

LGTM

@soumeh01 soumeh01 merged commit d74fe33 into main Jun 14, 2024
16 checks passed
@soumeh01 soumeh01 deleted the cbuild2cmake branch June 14, 2024 14:04
@soumeh01 soumeh01 changed the title Run cbuild2cmake per context Run cbuild2cmake per context & build summary Jun 18, 2024
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.

2 participants