-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added CI tests for RabbitMQ components in AMS (#89)
* Currently it skips RMQ tests on LC systems. Signed-off-by: Loic Pottier <[email protected]>
- Loading branch information
Showing
13 changed files
with
586 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM nvidia/cuda:11.6.1-devel-ubi8 AS base | |
MAINTAINER Giorgis Georgakoudis <[email protected]> | ||
RUN \ | ||
yum install -y dnf &&\ | ||
dnf install -y git xz autoconf automake unzip patch gcc-gfortran bzip2 file &&\ | ||
dnf install -y git xz autoconf automake unzip patch gcc-gfortran bzip2 file libevent-devel openssl-devel &&\ | ||
dnf upgrade -y &&\ | ||
dnf clean all | ||
COPY repo repo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ MAINTAINER Giorgis Georgakoudis <[email protected]> | |
RUN \ | ||
yum install -y dnf &&\ | ||
dnf group install -y "Development Tools" &&\ | ||
dnf install -y git gcc-toolset-11 environment-modules &&\ | ||
dnf install -y git gcc-toolset-11 environment-modules libevent-devel openssl-devel &&\ | ||
dnf upgrade -y | ||
COPY repo repo | ||
RUN \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.