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

fix(build): uninstall support AIX 7.1 #55438

Merged
merged 1 commit into from
Oct 21, 2024
Merged

Conversation

cloorc
Copy link
Contributor

@cloorc cloorc commented Oct 18, 2024

This PR will fix #55437 , please have a look!

@nodejs-github-bot nodejs-github-bot added build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. python PRs and issues that require attention from people who are familiar with Python. labels Oct 18, 2024
@RedYetiDev
Copy link
Member

Can you update the commit message to be prefixed with "build" rather than "fix(build)"?

@RedYetiDev RedYetiDev added the aix Issues and PRs related to the AIX platform. label Oct 18, 2024
Copy link
Member

@richardlau richardlau left a comment

Choose a reason for hiding this comment

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

@abmusse Could you check if we need the same on IBM i?

@cloorc
Copy link
Contributor Author

cloorc commented Oct 18, 2024

@abmusse Could you check if we need the same on IBM i?

Sorry, I don't have an IBM i machine yet.

Signed-off-by: Cloorc <13597105+cloorc@users.noreply.github.com>
@cloorc
Copy link
Contributor Author

cloorc commented Oct 18, 2024

Can you update the commit message to be prefixed with "build" rather than "fix(build)"?

Yes, updated. Please have a look!

@richardlau richardlau added the request-ci Add this label to start a Jenkins CI on a PR. label Oct 18, 2024
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Oct 18, 2024
@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot
Copy link
Collaborator

@richardlau richardlau added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Oct 19, 2024
@abmusse abmusse self-requested a review October 21, 2024 15:50
Copy link
Contributor

@abmusse abmusse left a comment

Choose a reason for hiding this comment

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

LGTM, we can follow up with a PR for IBM i

Copy link
Member

@mhdawson mhdawson left a comment

Choose a reason for hiding this comment

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

LGTM

@mhdawson mhdawson added the request-ci Add this label to start a Jenkins CI on a PR. label Oct 21, 2024
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Oct 21, 2024
@nodejs-github-bot
Copy link
Collaborator

@richardlau richardlau added the commit-queue Add this label to land a pull request using GitHub Actions. label Oct 21, 2024
@nodejs-github-bot nodejs-github-bot added commit-queue-failed An error occurred while landing this pull request using GitHub Actions. and removed commit-queue Add this label to land a pull request using GitHub Actions. labels Oct 21, 2024
@nodejs-github-bot
Copy link
Collaborator

Commit Queue failed
- Loading data for nodejs/node/pull/55438
✔  Done loading data for nodejs/node/pull/55438
----------------------------------- PR info ------------------------------------
Title      fix(build): uninstall support AIX 7.1 (#55438)
   ⚠  Could not retrieve the email or name of the PR author's from user's GitHub profile!
Branch     cloorc:main -> nodejs:main
Labels     build, aix, python, author ready, needs-ci
Commits    1
 - build: fix uninstall script for AIX 7.1
Committers 1
 - Cloorc <13597105+cloorc@users.noreply.github.com>
PR-URL: https://github.com/nodejs/node/pull/55438
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Abdirahim Musse <abdirahim.musse@ibm.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/55438
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Abdirahim Musse <abdirahim.musse@ibm.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
--------------------------------------------------------------------------------
   ℹ  This PR was created on Fri, 18 Oct 2024 03:20:11 GMT
   ✔  Approvals: 3
   ✔  - Richard Lau (@richardlau) (TSC): https://github.com/nodejs/node/pull/55438#pullrequestreview-2378988172
   ✔  - Abdirahim Musse (@abmusse): https://github.com/nodejs/node/pull/55438#pullrequestreview-2382538473
   ✔  - Michael Dawson (@mhdawson) (TSC): https://github.com/nodejs/node/pull/55438#pullrequestreview-2382544505
   ✘  Last GitHub CI failed
   ℹ  Last Full PR CI on 2024-10-21T15:55:54Z: https://ci.nodejs.org/job/node-test-pull-request/63234/
- Querying data for job/node-test-pull-request/63234/
   ✔  Last Jenkins CI successful
--------------------------------------------------------------------------------
   ✔  Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/11445714148

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@richardlau richardlau added commit-queue Add this label to land a pull request using GitHub Actions. and removed commit-queue-failed An error occurred while landing this pull request using GitHub Actions. labels Oct 21, 2024
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Oct 21, 2024
@nodejs-github-bot nodejs-github-bot merged commit fed28bf into nodejs:main Oct 21, 2024
72 checks passed
@nodejs-github-bot
Copy link
Collaborator

Landed in fed28bf

aduh95 pushed a commit that referenced this pull request Oct 23, 2024
Signed-off-by: Cloorc <13597105+cloorc@users.noreply.github.com>
PR-URL: #55438
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Abdirahim Musse <abdirahim.musse@ibm.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
@aduh95 aduh95 mentioned this pull request Oct 24, 2024
louwers pushed a commit to louwers/node that referenced this pull request Nov 2, 2024
Signed-off-by: Cloorc <13597105+cloorc@users.noreply.github.com>
PR-URL: nodejs#55438
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Abdirahim Musse <abdirahim.musse@ibm.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aix Issues and PRs related to the AIX platform. author ready PRs that have at least one approval, no pending requests for changes, and a CI started. build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. python PRs and issues that require attention from people who are familiar with Python.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AIX 7.1: unable to make uninstall result from errno EEXIST not ENOTEMPTY or ENOENT
6 participants