From 5fe2d7e01bbfd06a5d3ced5107e4a8dca8bba007 Mon Sep 17 00:00:00 2001 From: Nikola Irinchev Date: Fri, 25 Oct 2024 17:09:01 +0200 Subject: [PATCH] Enable rhel7-zseries --- .evergreen/compilation-context-expansions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.evergreen/compilation-context-expansions.sh b/.evergreen/compilation-context-expansions.sh index f8c577360..60a0f2c2c 100644 --- a/.evergreen/compilation-context-expansions.sh +++ b/.evergreen/compilation-context-expansions.sh @@ -1,4 +1,4 @@ -export DISTRO_UPLOADLIST_REGEX="^(rhel70|win|rhel72-zseries|rhel81-power8|amazon2-arm64|macos)" +export DISTRO_UPLOADLIST_REGEX="^(rhel70|win|rhel7-zseries|rhel81-power8|amazon2-arm64|macos)" export COMPILING_CONTEXT_FILE="$(pwd)/../tmp/compiling-context.yml" if ! [[ "$DISTRO_ID" =~ $DISTRO_UPLOADLIST_REGEX ]]; then