Skip to content

Commit

Permalink
Remove CentOS 7 from list of build targets (#6864)
Browse files Browse the repository at this point in the history
We can no longer build a native CentOS 7 RPM (at least not with the
default toolchain), and it seems like making it work would be harder and
harder.  If you're still running CentOS 7, switch to the generic
portable build instead, which can still run on CentOS 7 and is
supported.
  • Loading branch information
elprans authored Feb 16, 2024
1 parent 5dc00ef commit e5b99eb
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 384 deletions.
6 changes: 0 additions & 6 deletions .github/workflows.src/build.targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,6 @@ targets:
platform_version: jammy
family: debian
runs_on: [self-hosted, linux, arm64]
- name: centos-7-x86_64
arch: x86_64
platform: centos
platform_version: 7
family: redhat
runs_on: [self-hosted, linux, x64]
- name: centos-8-x86_64
arch: x86_64
platform: centos
Expand Down
63 changes: 0 additions & 63 deletions .github/workflows/dryrun.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

117 changes: 0 additions & 117 deletions .github/workflows/nightly.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e5b99eb

Please sign in to comment.