-
Notifications
You must be signed in to change notification settings - Fork 370
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
Softlinks were not getting created properly earlier. --always-softlin… #2813
base: main
Are you sure you want to change the base?
Conversation
Is there a way to test this using a unit test? |
fixes #1429 |
@jonashaag .. need to add elfutils in the reipe of micromamba-feedstock recipe for unix. Without that build is failing. |
Why do we need elfutils to check if a file is executable? |
We are using elf library to check if a file is execulatble or not
|
Why not just look at the executable bit or the elf header bytes? |
…k option is now fully functional Change-Id: I21e1c9ac4214065b551272bef788611c91917796
Change-Id: Iab648a8324289b90b3ce5d05409ff64f25b4592d
Change-Id: Iea39f1637a5f42304622bbb9a6d831b2568c16ac
fixed the crash, added the testcase/ package for which it was crashing. @jonashaag kidnly review |
…k option is now fully functional
Change-Id: I21e1c9ac4214065b551272bef788611c91917796