Skip to content

Commit 35dd30a

Browse files
authored
Add missing cpuid dependency (#656)
Problem: The supervisor cannot start a new instance because there are a missing `cpuid` dependency. Solution: Add missing `cpuid` dependency to `Makefile` to add it on the Debian and Ubuntu packages.
1 parent d643acb commit 35dd30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ debian-package-code:
1515
cp ../examples/instance_message_from_aleph.json ./aleph-vm/opt/aleph-vm/examples/instance_message_from_aleph.json
1616
cp -r ../examples/data ./aleph-vm/opt/aleph-vm/examples/data
1717
mkdir -p ./aleph-vm/opt/aleph-vm/examples/volumes
18-
pip3 install --target ./aleph-vm/opt/aleph-vm/ 'aleph-message==0.4.7' 'eth-account==0.10' 'sentry-sdk==1.31.0' 'qmp==1.1.0' 'superfluid==0.2.1' 'sqlalchemy[asyncio]>=2.0' 'aiosqlite==0.19.0' 'alembic==1.13.1' 'aiohttp_cors==0.7.0' 'pyroute2==0.7.12'
18+
pip3 install --target ./aleph-vm/opt/aleph-vm/ 'aleph-message==0.4.7' 'eth-account==0.10' 'sentry-sdk==1.31.0' 'qmp==1.1.0' 'superfluid==0.2.1' 'sqlalchemy[asyncio]>=2.0' 'aiosqlite==0.19.0' 'alembic==1.13.1' 'aiohttp_cors==0.7.0' 'pyroute2==0.7.12' 'python-cpuid==0.1.0'
1919
python3 -m compileall ./aleph-vm/opt/aleph-vm/
2020

2121
debian-package-resources: firecracker-bins vmlinux download-ipfs-kubo target/bin/sevctl

0 commit comments

Comments
 (0)