mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
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:
@@ -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"]
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user