Skip to content

jenkins: enable node 26+ (clang) builds on AIX 7.3#4344

Closed
sxa wants to merge 1 commit into
nodejs:mainfrom
sxa:aix73_v26
Closed

jenkins: enable node 26+ (clang) builds on AIX 7.3#4344
sxa wants to merge 1 commit into
nodejs:mainfrom
sxa:aix73_v26

Conversation

@sxa
Copy link
Copy Markdown
Member

@sxa sxa commented May 20, 2026

Ref: #4230 (comment) which is why I don't want to enable this for earlier versions yet.

Signed-off-by: Stewart X Addison <sxa@ibm.com>
@sxa sxa self-assigned this May 20, 2026
// AIX ---------------------------------------------------
[ /^aix72-ppc64/, anyType, gte(26) ], // Power 8 was dropped in v26
[ /^aix72-power9/, releaseType, lt(26) ], // Build releases on Power 9 for >=26
[ /^aix73-power9/, releaseType, lt(26) ], // Build releases on Power 9 for >=26
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

We don't build any releases on AIX 7.3. Did you mean testType (or anyType)?

@sxa
Copy link
Copy Markdown
Member Author

sxa commented May 20, 2026

Cancelling this PR as I think I have a workaround for the GCC builds (32-bit compiler) on the AIX 7.3 systems so this restrictions is not required

@sxa sxa closed this May 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants