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

Don't strip *.go and ELF files with "no maschine" #1780

Merged
merged 2 commits into from
Sep 28, 2021

Commits on Sep 21, 2021

  1. Don't strip *.go files

    as those may be Guile object files. Those are ELF files but cannot be
    stripped. This may also exclude other files (like Golang sources) but
    that should not be an issue.
    
    Resolves: rpm-software-management#1765
    ffesti committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    8bb0782 View commit details
    Browse the repository at this point in the history
  2. Don't strip ELF files with "no machine"

    as strip fails on them (if they are Guile object files).
    This adds another layer of protection as *.go files are already filtered
    out.
    
    Resolves:  rpm-software-management#1765
    ffesti committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    5b7ac3b View commit details
    Browse the repository at this point in the history