CI for OpenSUSE (#12)

* CI for OpenSUSE

* OpenSUSE MPI --allow-run-as-root

- when testing in OpenSUSE docker container, tests using OpenMPI fail due to running as root
- This commit toggles OMNITRACE_CI_MPI_RUN_AS_ROOT to ON and tests whether --allow-run-as-root is supported

* Tweak to OMNITRACE_CI_MPI_RUN_AS_ROOT handling
This commit is contained in:
Jonathan R. Madsen
2022-06-17 14:32:51 -05:00
committed by GitHub
parent 5bdfecb9dd
commit 20e7b573d4
4 changed files with 145 additions and 5 deletions
+2 -1
View File
@@ -20,7 +20,8 @@ RUN zypper update -y && \
zypper dist-upgrade -y && \
zypper install -y -t pattern devel_basis && \
zypper install -y python3-pip openmpi3-devel gcc-c++ git libnuma-devel dpkg-devel rpm-build papi-devel curl wget binutils-gold && \
python3 -m pip install 'cmake==3.18.4'
python3 -m pip install 'cmake==3.18.4' && \
zypper clean --all
COPY ./dyninst-source /tmp/dyninst