-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "HPCC-33262 Ensure rpm-build is available in CentOS 7 builds"
This reverts commit 623f2ce.
- Loading branch information
1 parent
d1739d6
commit e93f7f1
Showing
5 changed files
with
3 additions
and
18 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 |
---|---|---|
@@ -1,10 +1,6 @@ | ||
ARG VCPKG_REF=latest | ||
FROM hpccsystems/platform-build-base-amazonlinux:$VCPKG_REF | ||
|
||
RUN yum install -y \ | ||
rpm-build && \ | ||
yum -y clean all && rm -rf /var/cache | ||
|
||
ENTRYPOINT ["/bin/bash", "--login", "-c"] | ||
|
||
CMD ["/bin/bash"] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
ARG VCPKG_REF=latest | ||
FROM hpccsystems/platform-build-base-centos-7:$VCPKG_REF | ||
|
||
RUN yum install -y \ | ||
rpm-build && \ | ||
yum -y clean all && rm -rf /var/cache | ||
|
||
ENTRYPOINT ["/bin/bash", "--login", "-c"] | ||
|
||
CMD ["/bin/bash"] |
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 |
---|---|---|
@@ -1,10 +1,6 @@ | ||
ARG VCPKG_REF=latest | ||
FROM hpccsystems/platform-build-base-centos-8:$VCPKG_REF | ||
|
||
RUN yum install -y \ | ||
rpm-build && \ | ||
yum -y clean all && rm -rf /var/cache | ||
|
||
ENTRYPOINT ["/bin/bash", "--login", "-c"] | ||
|
||
CMD ["/bin/bash"] |
Submodule vcpkg
updated
8 files
+0 −1 | .dockerignore | |
+10 −4 | .github/workflows/ReceivePR.yml | |
+3 −1 | .github/workflows/prebuild-docker.yml | |
+13 −1 | .github/workflows/prebuild-gh_envs.yml | |
+0 −44 | dockerfiles/CentOS-Base.repo | |
+4 −4 | dockerfiles/build.sh | |
+5 −5 | dockerfiles/centos-7.dockerfile | |
+1 −4 | dockerfiles/centos-8.dockerfile |