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

add CI build with clang #23

Draft
wants to merge 5 commits into
base: patch-ci-base
Choose a base branch
from
Draft

Conversation

axel-h
Copy link
Member

@axel-h axel-h commented Feb 14, 2022

This addresses parts of #21 and adds a build with clang. The resulting archive gets the suffix -clang. For gcc builds no suffix is used to avoid breaking any existing workflows.

@lsf37
Copy link
Member

lsf37 commented Feb 14, 2022

This needs more work. If we change something, we need to change it both in the deployment workflow and the PR workflow. We don't want them to go out of sync and test different things.

I also don't like the suffix hack. If we do this, the compiler should be properly part of the image name. If we want to do only one run, we can add a fixed -gcc to the image download in the hardware run job. The actions themselves don't see the image name, so they won't see a difference.

@axel-h axel-h marked this pull request as draft February 14, 2022 22:01
@axel-h
Copy link
Member Author

axel-h commented Feb 14, 2022

Making this a draft PR for now. Currently, my main motivation for having a clang build also is to see, if this reports something other than the gcc build. And to get more insight in how the github ci actions work.

@axel-h axel-h force-pushed the patch-axel-1 branch 6 times, most recently from dd17585 to 897d13e Compare April 4, 2024 08:56
@axel-h axel-h force-pushed the patch-axel-1 branch 6 times, most recently from 810af83 to 4118916 Compare April 9, 2024 19:43
@axel-h axel-h added the hw-test sel4bench hardware runs label Apr 9, 2024
@axel-h axel-h force-pushed the patch-axel-1 branch 2 times, most recently from 46fd8d8 to 9596452 Compare April 9, 2024 19:51
@axel-h axel-h changed the title add build with clang add CI build with clang Apr 9, 2024
@axel-h axel-h changed the base branch from master to patch-ci-base April 9, 2024 20:08
@axel-h axel-h force-pushed the patch-axel-1 branch 2 times, most recently from c9ac30f to 667932b Compare April 9, 2024 22:39
@axel-h axel-h force-pushed the patch-axel-1 branch 5 times, most recently from 3ec8206 to 3b8b973 Compare April 10, 2024 15:52
Axel Heider added 4 commits April 18, 2024 14:43
Signed-off-by: Axel Heider <[email protected]>
needed unless KernelFWholeProgram is fixed

Signed-off-by: Axel Heider <[email protected]>
Signed-off-by: Axel Heider <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hw-test sel4bench hardware runs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants