Skip to content

Commit

Permalink
Reverse compilation expansions change
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Oct 29, 2024
1 parent 8c02992 commit afd8dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/compilation-context-expansions.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export DISTRO_UPLOADLIST_REGEX="^(rhel70|win|rhel7-zseries|rhel81-power8|amazon2-arm64|macos)"
export COMPILING_CONTEXT_FILE="$(dirname "$0")/../tmp/compiling-context.yml"
export COMPILING_CONTEXT_FILE="$(pwd)/../tmp/compiling-context.yml"

if ! [[ "$DISTRO_ID" =~ $DISTRO_UPLOADLIST_REGEX ]]; then
echo "'$DISTRO_ID' will be disabled as it is not part of the DISTRO_UPLOADLIST_REGEX '$DISTRO_UPLOADLIST_REGEX'."
Expand Down

0 comments on commit afd8dde

Please sign in to comment.