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

Add handling for emacs jit files #860

Closed
wants to merge 1 commit into from
Closed

Conversation

bryteise
Copy link
Member

emacs jit files are dynamically generated names that are under a path like /usr/libexec/emacs/$version/$arch/emacs-$hash.pdmp. Collect these (though there is only 1 per build at this time) files under a single glob to avoid needing to account for the filename changing between builds.

emacs jit files are dynamically generated names that are under a path
like /usr/libexec/emacs/$version/$arch/emacs-$hash.pdmp. Collect
these (though there is only 1 per build at this time) files under a
single glob to avoid needing to account for the filename changing
between builds.

Signed-off-by: William Douglas <[email protected]>
@bryteise bryteise requested a review from bwarden November 12, 2024 23:08
@bryteise
Copy link
Member Author

Eh actually this is better with an emacs patch it seems.

@bryteise bryteise closed this Nov 13, 2024
@bryteise bryteise deleted the handle-emacs-jit-files branch November 22, 2024 16:54
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