Skip to content

genders: require perl-devel on EL - #2677

Merged
adrianreber merged 1 commit into
openhpc:4.xfrom
VersatusHPC:genders-perl-devel-el
Sep 10, 2026
Merged

genders: require perl-devel on EL#2677
adrianreber merged 1 commit into
openhpc:4.xfrom
VersatusHPC:genders-perl-devel-el

Conversation

@viniciusferrao

Copy link
Copy Markdown
Contributor

The Perl bindings need /usr/share/perl5/ExtUtils/typemap, which perl-devel
provides. The BuildRequires applied only to openEuler.

The guard stays because SUSE has no perl-devel package.

@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown

📊 Build Order Analysis Results

Environment: AlmaLinux 10 Container
Total Spec Files Analyzed: 89
Status:Build order analysis completed successfully

📋 Build Order Output

📦 Build Order (84 packages)

➕ Show remaining 69 packages

Analysis performed by OpenHPC Build Order CI
Commit: 2dd92c52
Workflow: 34373318654

@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown

📦 Package Count Analysis Results

Environment: UBI 10 Container
Target Branch: 4.x
Version: OpenHPC 4.x
Overall Status:Analysis completed successfully

🏭 Factory Repositories

Status:Factory repositories analysis completed successfully

Release Base OS aarch64 x86_64 noarch Total
4.2 EL_10 54 109 17 180
4.2 openEuler_24.03 48 55 12 115
Total All 102 164 29 295

Analysis performed by OpenHPC Package Count CI
Commit: 2dd92c52
Workflow: 34373318917

@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown

🚀 CCache Statistics

Configuration 🐧 RHEL 🦊 openEuler
🖥️ x86_64 / gnu15 🟡 21.53% 🟡 21.00%
🖥️ x86_64 / intel 🔴 18.18% -
💪 aarch64 / gnu15 🔴 14.94% 🟡 38.02%
📊 Detailed Statistics

openEuler (aarch64)

Cacheable calls:    121 / 228 (53.07%)
  Hits:              46 / 121 (38.02%)
    Direct:          46 /  46 (100.0%)
    Preprocessed:     0 /  46 ( 0.00%)
  Misses:            75 / 121 (61.98%)
Uncacheable calls:  107 / 228 (46.93%)
Local storage:
  Cache size (GiB): 0.0 / 5.0 ( 0.03%)
  Hits:              46 / 121 (38.02%)
  Misses:            75 / 121 (61.98%)

openEuler (x86_64)

Cacheable calls:    8154 / 14328 (56.91%)
  Hits:             1712 /  8154 (21.00%)
    Direct:          870 /  1712 (50.82%)
    Preprocessed:    842 /  1712 (49.18%)
  Misses:           6442 /  8154 (79.00%)
Uncacheable calls:  6174 / 14328 (43.09%)
Local storage:
  Cache size (GiB):  0.5 /   5.0 (10.80%)
  Hits:             1712 /  8154 (21.00%)
  Misses:           6442 /  8154 (79.00%)

RHEL (aarch64/gnu15)

Cacheable calls:    6595 / 11443 (57.63%)
  Hits:              985 /  6595 (14.94%)
    Direct:          517 /   985 (52.49%)
    Preprocessed:    468 /   985 (47.51%)
  Misses:           5610 /  6595 (85.06%)
Uncacheable calls:  4848 / 11443 (42.37%)
Local storage:
  Cache size (GiB):  0.5 /   5.0 (10.16%)
  Hits:              985 /  6595 (14.94%)
  Misses:           5610 /  6595 (85.06%)

RHEL (x86_64/gnu15)

Cacheable calls:    7865 / 13786 (57.05%)
  Hits:             1693 /  7865 (21.53%)
    Direct:          808 /  1693 (47.73%)
    Preprocessed:    885 /  1693 (52.27%)
  Misses:           6172 /  7865 (78.47%)
Uncacheable calls:  5921 / 13786 (42.95%)
Local storage:
  Cache size (GiB):  0.5 /   5.0 (10.43%)
  Hits:             1693 /  7865 (21.53%)
  Misses:           6172 /  7865 (78.47%)

RHEL (x86_64/intel)

Cacheable calls:    10996 / 23909 (45.99%)
  Hits:              1999 / 10996 (18.18%)
    Direct:           956 /  1999 (47.82%)
    Preprocessed:    1043 /  1999 (52.18%)
  Misses:            8997 / 10996 (81.82%)
Uncacheable calls:  12913 / 23909 (54.01%)
Local storage:
  Cache size (GiB):   0.5 /   5.0 (10.83%)
  Hits:              1999 / 10996 (18.18%)
  Misses:            8997 / 10996 (81.82%)

🤖 Generated from workflow run 34373318758

@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown

Test Results

27 files   - 3  27 suites   - 3   47s ⏱️ ±0s
53 tests  - 1  49 ✅  - 1  4 💤 ±0  0 ❌ ±0 
99 runs   - 3  93 ✅  - 3  6 💤 ±0  0 ❌ ±0 

Results for commit 2f14f81. ± Comparison against base commit b967bc8.

This pull request removes 1 test.
lmod ‑ [lmod] test that the setup function passed

♻️ This comment has been updated with latest results.

@viniciusferrao
viniciusferrao force-pushed the genders-perl-devel-el branch 3 times, most recently from 0669db3 to cfddffb Compare September 8, 2026 16:46
@adrianreber

Copy link
Copy Markdown
Member

Please drop the "ci: retrigger" commit

The Perl bindings need /usr/share/perl5/ExtUtils/typemap, which perl-devel
provides. The BuildRequires applied only to openEuler.

The guard stays because SUSE has no perl-devel package.

Signed-off-by: Vinícius Ferrão <ferrao@versatushpc.com.br>
@viniciusferrao

Copy link
Copy Markdown
Contributor Author

Please drop the "ci: retrigger" commit

Done, it was a hack to... you guessed: retrigger CI.

@adrianreber
adrianreber merged commit 7eff222 into openhpc:4.x Sep 10, 2026
27 checks passed
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