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 Issue With MacOS Find Command In Code Signing Picking Up Extended Attributes #3433

Closed
steelhead31 opened this issue Jul 13, 2023 · 0 comments · Fixed by #3434
Closed
Assignees
Labels
macos Issues that affect or relate to the MAC OS

Comments

@steelhead31
Copy link
Contributor

steelhead31 commented Jul 13, 2023

As seen in this job..

https://ci.adoptium.net/job/build-scripts/job/release/job/sign_build/25727/console

The MacOS signing fails as it is picking up the file containing the macos extended attributes when running on a linux system.

The find command is currently finding a file called ._jdkxx.xxx.xx in the root of the unzipped JDK, this file contains only extended attributes for macos, and should be omitted from the signing process.

@steelhead31 steelhead31 self-assigned this Jul 13, 2023
@github-actions github-actions bot added macos Issues that affect or relate to the MAC OS labels Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
macos Issues that affect or relate to the MAC OS
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant