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

Change build order #113

Merged
merged 1 commit into from
Jul 2, 2024
Merged

Change build order #113

merged 1 commit into from
Jul 2, 2024

Conversation

maccelf
Copy link
Member

@maccelf maccelf commented Jun 18, 2024

Copy link

github-actions bot commented Jun 18, 2024

57 passed, 30 skipped

Code Coverage Summary

Package Line Rate
build_node 32%
build_node.builders 24%
build_node.mock 45%
build_node.uploaders 72%
build_node.utils 56%
Summary 47% (1392 / 2985)

Linter reports

The reports are too big to be posted here.

View full reports on the Job Summary page.

build_node/build_node_builder.py Outdated Show resolved Hide resolved
build_node/mock/mock_config.py Outdated Show resolved Hide resolved
@@ -286,7 +286,7 @@ def get_default_legal_host_arches(target_arch):
return 'x86_64',
elif target_arch in ('i386', 'i586', 'i686'):
return 'i386', 'i586', 'i686', 'x86_64'
elif target_arch == 'noarch':
elif target_arch == 'noarch' or target_arch == 'src':
Copy link
Member

Choose a reason for hiding this comment

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

can't we do a target_arch in ('noarch', 'src') here?

Copy link
Member

@soksanichenko soksanichenko left a comment

Choose a reason for hiding this comment

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

It looks good, except a Javier's comment

@maccelf maccelf merged commit 5da7f68 into master Jul 2, 2024
2 checks passed
@maccelf maccelf deleted the add_src_arch branch July 2, 2024 11:06
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.

Change build order slightly
4 participants