Skip to content

Commit 9be96a9

Browse files
authored
Increment aleph-message package version (#774)
Fix: Put the correct aleph-message version on the package generation script.
1 parent 1c2c180 commit 9be96a9

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
@@ -19,7 +19,7 @@ debian-package-code:
1919
python3 -m venv build_venv
2020
build_venv/bin/pip install --progress-bar off --upgrade pip setuptools wheel
2121
# Fixing this protobuf dependency version to avoid getting CI errors as version 5.29.0 have this compilation issue
22-
build_venv/bin/pip install --no-cache-dir --progress-bar off --target ./aleph-vm/opt/aleph-vm/ 'aleph-message==0.6' 'eth-account==0.10' 'sentry-sdk==1.31.0' 'qmp==1.1.0' 'aleph-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' 'solathon==1.0.2' 'protobuf==5.28.3'
22+
build_venv/bin/pip install --no-cache-dir --progress-bar off --target ./aleph-vm/opt/aleph-vm/ 'aleph-message==0.6.1' 'eth-account==0.10' 'sentry-sdk==1.31.0' 'qmp==1.1.0' 'aleph-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' 'solathon==1.0.2' 'protobuf==5.28.3'
2323
build_venv/bin/python3 -m compileall ./aleph-vm/opt/aleph-vm/
2424

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

0 commit comments

Comments
 (0)