Merge branch 'hpsh' into test-release

Conflicts:
	CMakeLists.txt
	test/docker/Dockerfile.ubt.20.04
	test/docker/build.sh
	test/local-cluster/Dockerfile
This commit is contained in:
kithminisg
2024-01-05 18:43:00 +05:30
42 changed files with 1092 additions and 156 deletions

View File

@@ -13,6 +13,6 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir /usr/local/bin/hotpocket
COPY hpcore hpfs hpws evernode-license.pdf /usr/local/bin/hotpocket/
COPY hpcore hpfs hpws hpsh evernode-license.pdf /usr/local/bin/hotpocket/
ENTRYPOINT ["/usr/local/bin/hotpocket/hpcore"]

View File

@@ -8,7 +8,7 @@ njsfile="Dockerfile.ubt.20.04-njs"
# Prepare build context
tmp=$(mktemp -d)
cp $hpcoredir/build/hpcore $hpcoredir/test/bin/{hpfs,hpws,libblake3.so} $hpcoredir/evernode-license.pdf $tmp/
cp $hpcoredir/build/hpcore $hpcoredir/test/bin/{hpfs,hpws,hpsh,libblake3.so} $hpcoredir/evernode-license.pdf $tmp/
strip $tmp/hpcore
# Remove the revision component from hp version to make up the image version.