Skip to content

Commit

Permalink
chore(ci): build v1.10.2 from source for backwards compat tests (#18667)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel authored Sep 24, 2024
1 parent de73970 commit 4401694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/backwards-compat-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ setup_old_cluster() {
set -e
echo "Failed to download ${OLD_VERSION} from github releases, build from source later during \`risedev d\`"
configure_rw "$OLD_VERSION" true
elif [[ $OLD_VERSION = '1.10.1' || $OLD_VERSION = '1.10.0' || $OLD_VERSION = '2.0.0' ]]; then
elif [[ $OLD_VERSION = '1.10.0' || $OLD_VERSION = '1.10.1' || $OLD_VERSION = '1.10.2' || $OLD_VERSION = '2.0.0' ]]; then
set -e
echo "1.10.x, 2.0.0 have dynamically linked openssl, build from source later during \`risedev d\`"
configure_rw "$OLD_VERSION" true
Expand Down

0 comments on commit 4401694

Please sign in to comment.