-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Drop aux-*-dynamic from pyinstall-aux-static-exec test
Bringing along your own extra dynamically-linked executable is not supported by staticx. Even the name of this overall test says "static". See: #129 (comment)
- Loading branch information
1 parent
39e827b
commit cfd7a64
Showing
3 changed files
with
3 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
build/ | ||
dist/ | ||
aux-glibc-dynamic | ||
aux-glibc-static | ||
aux-musl-dynamic | ||
aux-musl-static |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# This list originally had -dynamic variants, but that is not supported by staticx. | ||
# See https://github.com/JonathonReinhart/staticx/issues/129#issuecomment-657246015 | ||
aux_apps = ( | ||
'aux-glibc-dynamic', | ||
'aux-glibc-static', | ||
'aux-musl-dynamic', | ||
'aux-musl-static', | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters