-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update third-party dependencies to remove CentOS 7
Summary: CentOS 7 has reached its EOL and has been removed from the third-party archive build matrix. Use Amazon Linux 2 instead of CentOS 7 as the "default" OS for third-party dependencies during a YugabyteDB build. With the removal of CentOS 7, Amazon Linux 2 currently has the oldest supported glibc version (2.26) of any Linux distribution that we use in our build matrix, so third-party pre-built archives built with Amazon Linux 2 can be used for a non-sanitizer YugabyteDB build with any supported Linux distribution. Also the new third-party version enables Clang 18 (not yet supported in the YugabyteDB build itself). Test Plan: Jenkins Reviewers: steve.varnau Reviewed By: steve.varnau Subscribers: ybase Differential Revision: https://phorge.dev.yugabyte.com/D36673
- Loading branch information
Showing
2 changed files
with
50 additions
and
36 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,90 +1,101 @@ | ||
sha: 31776c4936a67fe6f1fc218fb64a6a9909c77311 | ||
sha: b6b07342fdfd4a65ee2608d75dd31e4b0ecc0737 | ||
archives: | ||
|
||
- os_type: almalinux8 | ||
architecture: x86_64 | ||
compiler_type: clang17 | ||
tag: v20240620163555-31776c4936-almalinux8-x86_64-clang17 | ||
tag: v20240713003527-b6b07342fd-almalinux8-x86_64-clang17 | ||
|
||
- os_type: almalinux8 | ||
architecture: x86_64 | ||
compiler_type: clang18 | ||
tag: v20240713003521-b6b07342fd-almalinux8-x86_64-clang18 | ||
|
||
- os_type: almalinux8 | ||
architecture: x86_64 | ||
compiler_type: gcc11 | ||
tag: v20240620163541-31776c4936-almalinux8-x86_64-gcc11 | ||
tag: v20240713003520-b6b07342fd-almalinux8-x86_64-gcc11 | ||
|
||
- os_type: almalinux9 | ||
architecture: x86_64 | ||
compiler_type: clang17 | ||
tag: v20240620163555-31776c4936-almalinux9-x86_64-clang17 | ||
tag: v20240713003540-b6b07342fd-almalinux9-x86_64-clang17 | ||
|
||
- os_type: almalinux9 | ||
architecture: x86_64 | ||
compiler_type: gcc12 | ||
tag: v20240620163623-31776c4936-almalinux9-x86_64-gcc12 | ||
tag: v20240713003537-b6b07342fd-almalinux9-x86_64-gcc12 | ||
|
||
- os_type: centos7 | ||
- os_type: amzn2 | ||
architecture: aarch64 | ||
compiler_type: clang16 | ||
tag: v20240620163739-31776c4936-centos7-aarch64-clang16 | ||
compiler_type: clang17 | ||
tag: v20240713003725-b6b07342fd-amzn2-aarch64-clang17 | ||
|
||
- os_type: centos7 | ||
- os_type: amzn2 | ||
architecture: aarch64 | ||
compiler_type: clang16 | ||
compiler_type: clang17 | ||
lto_type: full | ||
tag: v20240620163735-31776c4936-centos7-aarch64-clang16-full-lto | ||
tag: v20240713003827-b6b07342fd-amzn2-aarch64-clang17-full-lto | ||
|
||
- os_type: centos7 | ||
- os_type: amzn2 | ||
architecture: aarch64 | ||
compiler_type: clang17 | ||
tag: v20240620163738-31776c4936-centos7-aarch64-clang17 | ||
compiler_type: clang18 | ||
tag: v20240713003831-b6b07342fd-amzn2-aarch64-clang18 | ||
|
||
- os_type: centos7 | ||
- os_type: amzn2 | ||
architecture: aarch64 | ||
compiler_type: clang17 | ||
compiler_type: clang18 | ||
lto_type: full | ||
tag: v20240620163737-31776c4936-centos7-aarch64-clang17-full-lto | ||
tag: v20240713003853-b6b07342fd-amzn2-aarch64-clang18-full-lto | ||
|
||
- os_type: centos7 | ||
- os_type: amzn2 | ||
architecture: x86_64 | ||
compiler_type: clang17 | ||
tag: v20240620163551-31776c4936-centos7-x86_64-clang17 | ||
tag: v20240713003538-b6b07342fd-amzn2-x86_64-clang17 | ||
|
||
- os_type: centos7 | ||
- os_type: amzn2 | ||
architecture: x86_64 | ||
compiler_type: clang17 | ||
lto_type: full | ||
tag: v20240620163542-31776c4936-centos7-x86_64-clang17-full-lto | ||
tag: v20240713003542-b6b07342fd-amzn2-x86_64-clang17-full-lto | ||
|
||
- os_type: centos7 | ||
- os_type: amzn2 | ||
architecture: x86_64 | ||
compiler_type: gcc11 | ||
tag: v20240620163544-31776c4936-centos7-x86_64-gcc11 | ||
compiler_type: clang18 | ||
tag: v20240713003544-b6b07342fd-amzn2-x86_64-clang18 | ||
|
||
- os_type: amzn2 | ||
architecture: x86_64 | ||
compiler_type: clang18 | ||
lto_type: full | ||
tag: v20240713003540-b6b07342fd-amzn2-x86_64-clang18-full-lto | ||
|
||
- os_type: macos | ||
architecture: arm64 | ||
compiler_type: clang | ||
tag: v20240620173126-31776c4936-macos-arm64 | ||
tag: v20240713011052-b6b07342fd-macos-arm64 | ||
|
||
- os_type: macos | ||
architecture: x86_64 | ||
compiler_type: clang | ||
tag: v20240620163640-31776c4936-macos-x86_64 | ||
tag: v20240713003540-b6b07342fd-macos-x86_64 | ||
|
||
- os_type: ubuntu20.04 | ||
architecture: x86_64 | ||
compiler_type: clang16 | ||
tag: v20240620163547-31776c4936-ubuntu2004-x86_64-clang16 | ||
tag: v20240713003520-b6b07342fd-ubuntu2004-x86_64-clang16 | ||
|
||
- os_type: ubuntu22.04 | ||
architecture: x86_64 | ||
compiler_type: clang17 | ||
tag: v20240620163538-31776c4936-ubuntu2204-x86_64-clang17 | ||
tag: v20240713003517-b6b07342fd-ubuntu2204-x86_64-clang17 | ||
|
||
- os_type: ubuntu22.04 | ||
architecture: x86_64 | ||
compiler_type: gcc11 | ||
tag: v20240620163535-31776c4936-ubuntu2204-x86_64-gcc11 | ||
tag: v20240713003527-b6b07342fd-ubuntu2204-x86_64-gcc11 | ||
|
||
- os_type: ubuntu23.04 | ||
architecture: x86_64 | ||
compiler_type: gcc13 | ||
tag: v20240620163558-31776c4936-ubuntu2304-x86_64-gcc13 | ||
tag: v20240713003516-b6b07342fd-ubuntu2304-x86_64-gcc13 |
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