Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable the RPM mangling of shebangs.
The are changing the `#!/usr/bin/python3` to `#!/usr/libexec/platform-python`. With this set, omniperf is always using the platform installed version of python, which is python 3.6 on RHEL 8. Using virtual environments, like conda, did not work. Signed-off-by: David Galiffi <David.Galiffi@amd.com>
- Loading branch information