Closed waarmond closed 6 months ago
It looks like this commit used to exist but got force pushed over and garbage collected. @twizmwazin do you know what happened? I think a3f558b7 should be equivalent, as I still have 8f48c00 on my local machine and git diff says they're the same.
Clicking the https://github.com/angr/vex/tree/8f48c00eadbb31d379b829c01792a9c4a21636d4 links lets Github display This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
What seems to have happened is I updated the submodule with the commit I had checked out at the time and made two PRs. Here is the vex one where that commit originated. When I merged it on github, github changed some metadata which caused the commit on master to be distinct and have a different hash. I'll update the pyvex submodule to correctly reflect the github master commit.
Description
Steps to reproduce the bug
${srcdir} stands for the Arch (PKGBUILD) srcdir
python -m build --wheel --no-isolation
Environment
Python 3.10, Linux
Additional context
No response