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
…) (#18673)

Co-authored-by: Noel Kwan <47273164+kwannoel@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and kwannoel authored Sep 25, 2024
1 parent 4241502 commit 64b7af8
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 64b7af8

Please sign in to comment.