Skip to content

Commit

Permalink
Merge pull request #53 from Enstore-org/build-image-mtx
Browse files Browse the repository at this point in the history
Build image mtx
  • Loading branch information
renbauer-fnal authored Mar 21, 2022
2 parents e4038ec + 2eacbb8 commit bbbb4dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/docker/cc7-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ RUN yum update -y && yum install -y tk
# set up rpm build requirements
RUN yum install -y rpm-build Python-enstore2.7-16* swig-enstore make gcc
RUN yum install -y postgresql11-libs postgresql11-server postgresql11 postgresql11-devel postgresql11-contrib
# don't ask me why getting libmtx.so is so hard
RUN yum --downloadonly --disablerepo='*' --enablerepo=enstore install -y mtx
RUN rpm -i /var/cache/yum/x86_64/7/enstore/packages/mtx-1.3.12-18fnal.el7.x86_64.rpm

# add git for running `git log` during patchnote generation
RUN yum -y install https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm
Expand Down
2 changes: 1 addition & 1 deletion rpm_version
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
EVersion=6.3.4
ERelease=16
ECommit=20
ECommit=21
export EVersion
export ERelease
export ECommit

0 comments on commit bbbb4dc

Please sign in to comment.