Compiler test scripts: added RandomX tests

This commit is contained in:
SChernykh
2025-07-07 10:54:58 +02:00
parent e179208053
commit c5b4e84652
6 changed files with 48 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
FROM p2pool_compiler_tests_ubuntu
ARG P2POOL_VERSION GCC_VERSION
ADD test.sh /p2pool/
ADD test.sh test2.sh /p2pool/
RUN /p2pool/test.sh ${P2POOL_VERSION} ${GCC_VERSION}