Adding a package prep script
Some checks failed
EC Utils Tests / tests (push) Failing after -4m5s

This commit is contained in:
Craig Everett 2025-01-23 21:48:28 +09:00
parent eebfedd810
commit 14cb92e7ab
3 changed files with 11 additions and 10 deletions

View File

@ -6,7 +6,7 @@
[{sha3,
{git,
"https://git.qpq.swiss/QPQ-AG/erlang-sha3.git",
{ref, "12587a70ca17e2f365abb7c184e666e830821989"}}}]}.
{ref, "7290fa23664b4134d15da353061ac97aa158b332"}}}]}.
{profiles,
[{test,
@ -15,10 +15,6 @@
{git,
"https://git.qpq.swiss/QPQ-AG/enacl.git",
{ref, "4eb7ec70084ba7c87b1af8797c4c4e90c84f95a2"}}},
{sha3,
{git,
"https://git.qpq.swiss/QPQ-AG/erlang-sha3.git",
{ref, "12587a70ca17e2f365abb7c184e666e830821989"}}},
{ecrecover,
{git,
"https://git.qpq.swiss/QPQ-AG/ecrecover.git",
@ -29,10 +25,6 @@
{git,
"https://git.qpq.swiss/QPQ-AG/enacl.git",
{ref, "4eb7ec70084ba7c87b1af8797c4c4e90c84f95a2"}}},
{sha3,
{git,
"https://git.qpq.swiss/QPQ-AG/erlang-sha3.git",
{ref, "12587a70ca17e2f365abb7c184e666e830821989"}}},
{ecrecover,
{git,
"https://git.qpq.swiss/QPQ-AG/ecrecover.git",

View File

@ -3,7 +3,7 @@
{<<"sha3">>,
{git,
"https://git.qpq.swiss/QPQ-AG/erlang-sha3.git",
{ref, "12587a70ca17e2f365abb7c184e666e830821989"}},
{ref, "7290fa23664b4134d15da353061ac97aa158b332"}},
0}]}.
[
{pkg_hash,[

9
zomp_prep Executable file
View File

@ -0,0 +1,9 @@
#! /bin/bash
# This is a small pre-packaging source generation and include correction script that should be
# run before packaging this project for use with ZX/Zomp.
rm -rf _build
rm -f ebin/*.beam
rm -f rebar*
rm -rf quickcheck