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 macos codesign workflow #39152

Merged
merged 1 commit into from
Jan 15, 2021
Merged

Fix macos codesign workflow #39152

merged 1 commit into from
Jan 15, 2021

Conversation

staticfloat
Copy link
Member

We changed the permissions on executable files which caused this find
to not find any of the actual binaries that we need to sign. Change it
to instead find anything with any executable permissions set, rather
than ones with exactly the permissions 0755

We changed the permissions on executable files which caused this `find`
to not find any of the actual binaries that we need to sign.  Change it
to instead find anything with any executable permissions set, rather
than ones with exactly the permissions `0755`
@staticfloat staticfloat added the backport 1.6 Change should be backported to release-1.6 label Jan 8, 2021
@staticfloat staticfloat merged commit f813257 into master Jan 15, 2021
@staticfloat staticfloat deleted the sf/fix_notarization branch January 15, 2021 16:57
@KristofferC KristofferC mentioned this pull request Jan 19, 2021
60 tasks
KristofferC pushed a commit that referenced this pull request Jan 19, 2021
We changed the permissions on executable files which caused this `find`
to not find any of the actual binaries that we need to sign.  Change it
to instead find anything with any executable permissions set, rather
than ones with exactly the permissions `0755`

(cherry picked from commit f813257)
@KristofferC KristofferC removed the backport 1.6 Change should be backported to release-1.6 label Feb 1, 2021
KristofferC pushed a commit that referenced this pull request Feb 1, 2021
We changed the permissions on executable files which caused this `find`
to not find any of the actual binaries that we need to sign.  Change it
to instead find anything with any executable permissions set, rather
than ones with exactly the permissions `0755`

(cherry picked from commit f813257)
ElOceanografo pushed a commit to ElOceanografo/julia that referenced this pull request May 4, 2021
We changed the permissions on executable files which caused this `find`
to not find any of the actual binaries that we need to sign.  Change it
to instead find anything with any executable permissions set, rather
than ones with exactly the permissions `0755`
antoine-levitt pushed a commit to antoine-levitt/julia that referenced this pull request May 9, 2021
We changed the permissions on executable files which caused this `find`
to not find any of the actual binaries that we need to sign.  Change it
to instead find anything with any executable permissions set, rather
than ones with exactly the permissions `0755`
staticfloat added a commit that referenced this pull request Dec 23, 2022
We changed the permissions on executable files which caused this `find`
to not find any of the actual binaries that we need to sign.  Change it
to instead find anything with any executable permissions set, rather
than ones with exactly the permissions `0755`

(cherry picked from commit f813257)
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