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: tar bundle error on mac silicon #214

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ebuildy
Copy link

@ebuildy ebuildy commented Dec 11, 2024

Summary

tar -cvzf command creates ._ files to store extended attributes. You need to tell tar to remove the metadata by setting COPYFILE_DISABLE

So run COPYFILE_DISABLE=1 tar -cvzf to make tar file to upload as plugin.

Ticket Link

mattermost/mattermost#22614

Fix mattermost/mattermost#22614

tar -cvzf command creates ._ files to store extended attributes. You need to tell tar to remove the metadata by setting COPYFILE_DISABLE

So run COPYFILE_DISABLE=1 tar -cvzf to make tar file to upload as plugin.
@mattermost-build
Copy link
Contributor

Hello @ebuildy,

Thanks for your pull request! A Core Committer will review your pull request soon. For code contributions, you can learn more about the review process here.

Per the Mattermost Contribution Guide, we need to add you to the list of approved contributors for the Mattermost project.

Please help complete the Mattermost contribution license agreement?
Once you have signed the CLA, please comment with /check-cla and confirm that the CLA check is green.

This is a standard procedure for many open source projects.

Please let us know if you have any questions.

We are very happy to have you join our growing community! If you're not yet a member, please consider joining our Contributors community channel to meet other contributors and discuss new opportunities with the core team.

@hanzei hanzei requested a review from BenCookie95 December 12, 2024 11:25
@hanzei hanzei added the 2: Dev Review Requires review by a core committer label Dec 12, 2024
@BenCookie95
Copy link
Contributor

@ebuildy Thanks for the contribution, looks like you need to sign our CLA before the pipeline will run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2: Dev Review Requires review by a core committer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants