diff --git a/.github/workflows/nightly-build.sh b/.github/workflows/nightly-build.sh index ae781f11ef..7345dcfe52 100644 --- a/.github/workflows/nightly-build.sh +++ b/.github/workflows/nightly-build.sh @@ -15,13 +15,13 @@ if [[ "$OSTYPE" == "darwin"* ]]; then pip install pillow # icon conversion on macOS fi -pip install git+https://github.com/eliben/pyelftools#egg=pyelftools -pip install git+https://github.com/angr/archinfo.git#egg=archinfo -pip install git+https://github.com/angr/pyvex.git#egg=pyvex -pip install git+https://github.com/angr/cle.git#egg=cle -pip install git+https://github.com/angr/claripy.git#egg=claripy -pip install git+https://github.com/angr/ailment.git#egg=ailment -pip install --no-build-isolation git+https://github.com/angr/angr.git#egg=angr +pip install git+https://github.com/eliben/pyelftools.git +pip install git+https://github.com/angr/archinfo.git +pip install git+https://github.com/angr/pyvex.git +pip install git+https://github.com/angr/cle.git +pip install git+https://github.com/angr/claripy.git +pip install git+https://github.com/angr/ailment.git +pip install --no-build-isolation git+https://github.com/angr/angr.git#egg=angr[pcode] if [[ "$OSTYPE" == "linux-gnu" ]]; then pip install keystone-engine pip install git+https://github.com/angr/archr.git#egg=archr diff --git a/packaging/pyinstaller/bundle.py b/packaging/pyinstaller/bundle.py index 4da233c5dc..9c429cef64 100644 --- a/packaging/pyinstaller/bundle.py +++ b/packaging/pyinstaller/bundle.py @@ -10,6 +10,7 @@ import cle import debugpy import parso +import pypcode import PySide6 import pyvex import unicorn @@ -64,6 +65,7 @@ def make_common_options(for_chess=False): (os.path.join(am_repo_dir, "flirt_signatures"), "flirt_signatures"), (os.path.join(am_repo_dir, "library_docs"), "library_docs"), (os.path.join(os.path.dirname(debugpy.__file__), "_vendored"), "debugpy/_vendored"), + (os.path.join(os.path.dirname(pypcode.__file__), "processors"), "pypcode/processors"), ] if sys.platform != "win32": included_data.append(