From f07bb38f319f6723412356a98e5815e724c420d9 Mon Sep 17 00:00:00 2001 From: Isaiah Norton Date: Wed, 29 Mar 2023 12:16:38 -0400 Subject: [PATCH] Update to manylinux2014 for compatibility with azure pipelines node/task runner --- HISTORY.md | 5 +++++ azure-pipelines.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 1290cd277e6..e3613811df2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # TileDB v2.11.4 Release Notes +## Packaging Notes + +* The linux release packages are now build with manylinux2014 (previously manylinux2010). + ## Defects removed * Sparse global order reader: fixing incomplete reason for rest queries. [#3620](https://github.com/TileDB-Inc/TileDB/pull/3620) @@ -22,6 +26,7 @@ # TileDB v2.11.2 Release Notes ## Improvements + ### Build * Adjust example dockerfile so layers can be cached better [#3488](https://github.com/TileDB-Inc/TileDB/pull/3488) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3ba6b6658ef..b6ba6c0ca80 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,7 +11,7 @@ pr: variables: - name: MANYLINUX_IMAGE - value: quay.io/pypa/manylinux2010_x86_64:2022-04-24-d28e73e + value: quay.io/pypa/manylinux2014_x86_64:2022-11-06-7be974c stages: - stage: CI