Skip to content

Commit

Permalink
Add C++ compiler to CentOS
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Nov 27, 2024
1 parent 5a9fca4 commit e2aec80
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/engines/ruby/1.8/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ RUN true "${REPRO_RUN_KEY}" && yum makecache -y
# fun: CentOS 8 has `yum list glibc-langpack-\*` but not CentOS 7 :'(
RUN yum reinstall -y glibc-common

RUN yum install -y curl gcc make patch git
RUN yum install -y curl gcc g++ make patch git

# fun: this has to be after `yum install curl gcc make`... but only on aarch64; go figure
# extra fun: table is botched, localedef not happy, swallow result and test `locale` for errors
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/1.9/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ RUN true "${REPRO_RUN_KEY}" && yum makecache -y
# fun: CentOS 8 has `yum list glibc-langpack-\*` but not CentOS 7 :'(
RUN yum reinstall -y glibc-common

RUN yum install -y curl gcc make patch git
RUN yum install -y curl gcc g++ make patch git

# fun: this has to be after `yum install curl gcc make`... but only on aarch64; go figure
# extra fun: table is botched, localedef not happy, swallow result and test `locale` for errors
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/2.0/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ RUN true "${REPRO_RUN_KEY}" && yum makecache -y
# fun: CentOS 8 has `yum list glibc-langpack-\*` but not CentOS 7 :'(
RUN yum reinstall -y glibc-common

RUN yum install -y curl gcc make patch git
RUN yum install -y curl gcc g++ make patch git

# fun: this has to be after `yum install curl gcc make`... but only on aarch64; go figure
# extra fun: table is botched, localedef not happy, swallow result and test `locale` for errors
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/2.1/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN true "${REPRO_RUN_KEY}" && yum makecache -y
# fun: CentOS 8 has `yum list glibc-langpack-\*` but not CentOS 7 :'(
RUN yum reinstall -y glibc-common

RUN yum install -y curl gcc make patch git
RUN yum install -y curl gcc g++ make patch git

# fun: this has to be after `yum install curl gcc make`... but only on aarch64; go figure
# extra fun: table is botched, localedef not happy, swallow result and test `locale` for errors
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/2.2/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN true "${REPRO_RUN_KEY}" && yum makecache -y
# fun: CentOS 8 has `yum list glibc-langpack-\*` but not CentOS 7 :'(
RUN yum reinstall -y glibc-common

RUN yum install -y curl gcc make patch git
RUN yum install -y curl gcc g++ make patch git

# fun: this has to be after `yum install curl gcc make`... but only on aarch64; go figure
# extra fun: table is botched, localedef not happy, swallow result and test `locale` for errors
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/2.3/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN true "${REPRO_RUN_KEY}" && yum makecache -y
# fun: CentOS 8 has `yum list glibc-langpack-\*` but not CentOS 7 :'(
RUN yum reinstall -y glibc-common

RUN yum install -y curl gcc make patch git
RUN yum install -y curl gcc g++ make patch git

# fun: this has to be after `yum install curl gcc make`... but only on aarch64; go figure
# extra fun: table is botched, localedef not happy, swallow result and test `locale` for errors
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/2.4/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN true "${REPRO_RUN_KEY}" && yum makecache -y
# fun: CentOS 8 has `yum list glibc-langpack-\*` but not CentOS 7 :'(
RUN yum reinstall -y glibc-common

RUN yum install -y curl gcc make patch git
RUN yum install -y curl gcc g++ make patch git

# fun: this has to be after `yum install curl gcc make`... but only on aarch64; go figure
# extra fun: table is botched, localedef not happy, swallow result and test `locale` for errors
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/2.5/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN true "${REPRO_RUN_KEY}" && yum makecache -y
# fun: CentOS 8 has `yum list glibc-langpack-\*` but not CentOS 7 :'(
RUN yum reinstall -y glibc-common

RUN yum install -y curl gcc make patch git
RUN yum install -y curl gcc g++ make patch git

# fun: this has to be after `yum install curl gcc make`... but only on aarch64; go figure
# extra fun: table is botched, localedef not happy, swallow result and test `locale` for errors
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/2.6/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN true "${REPRO_RUN_KEY}" && yum makecache -y
# fun: CentOS 8 has `yum list glibc-langpack-\*` but not CentOS 7 :'(
RUN yum reinstall -y glibc-common

RUN yum install -y curl gcc make patch git
RUN yum install -y curl gcc g++ make patch git

# fun: this has to be after `yum install curl gcc make`... but only on aarch64; go figure
# extra fun: table is botched, localedef not happy, swallow result and test `locale` for errors
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/2.7/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN true "${REPRO_RUN_KEY}" && yum makecache -y
# fun: CentOS 8 has `yum list glibc-langpack-\*` but not CentOS 7 :'(
RUN yum reinstall -y glibc-common

RUN yum install -y curl gcc make patch git
RUN yum install -y curl gcc g++ make patch git

# fun: this has to be after `yum install curl gcc make`... but only on aarch64; go figure
# extra fun: table is botched, localedef not happy, swallow result and test `locale` for errors
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/3.0/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN true "${REPRO_RUN_KEY}" && yum makecache -y
# fun: CentOS 8 has `yum list glibc-langpack-\*` but not CentOS 7 :'(
RUN yum reinstall -y glibc-common

RUN yum install -y curl gcc make patch git
RUN yum install -y curl gcc g++ make patch git

# fun: this has to be after `yum install curl gcc make`... but only on aarch64; go figure
# extra fun: table is botched, localedef not happy, swallow result and test `locale` for errors
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/3.1/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN true "${REPRO_RUN_KEY}" && yum makecache -y
# fun: CentOS 8 has `yum list glibc-langpack-\*` but not CentOS 7 :'(
RUN yum reinstall -y glibc-common

RUN yum install -y curl gcc make patch git
RUN yum install -y curl gcc g++ make patch git

# fun: this has to be after `yum install curl gcc make`... but only on aarch64; go figure
# extra fun: table is botched, localedef not happy, swallow result and test `locale` for errors
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/3.2/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN true "${REPRO_RUN_KEY}" && yum makecache -y
# fun: CentOS 8 has `yum list glibc-langpack-\*` but not CentOS 7 :'(
RUN yum reinstall -y glibc-common

RUN yum install -y curl gcc make patch git
RUN yum install -y curl gcc g++ make patch git

# fun: this has to be after `yum install curl gcc make`... but only on aarch64; go figure
# extra fun: table is botched, localedef not happy, swallow result and test `locale` for errors
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/3.3/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN true "${REPRO_RUN_KEY}" && yum makecache -y
# fun: CentOS 8 has `yum list glibc-langpack-\*` but not CentOS 7 :'(
RUN yum reinstall -y glibc-common

RUN yum install -y curl gcc make patch git
RUN yum install -y curl gcc g++ make patch git

# fun: this has to be after `yum install curl gcc make`... but only on aarch64; go figure
# extra fun: table is botched, localedef not happy, swallow result and test `locale` for errors
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/3.4/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN true "${REPRO_RUN_KEY}" && yum makecache -y
# fun: CentOS 8 has `yum list glibc-langpack-\*` but not CentOS 7 :'(
RUN yum reinstall -y glibc-common

RUN yum install -y curl gcc make patch git
RUN yum install -y curl gcc g++ make patch git

# fun: this has to be after `yum install curl gcc make`... but only on aarch64; go figure
# extra fun: table is botched, localedef not happy, swallow result and test `locale` for errors
Expand Down

0 comments on commit e2aec80

Please sign in to comment.