Skip to content

Commit

Permalink
chore(ci): fix backwards compat test linking (#15675)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel authored Mar 14, 2024
1 parent 9716484 commit 2993ab6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/scripts/backwards-compat-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ ENABLE_BUILD_RUST=false
ENABLE_RELEASE_PROFILE=false
EOF

if version_le "${VERSION:-}" "1.7.0" ; then
# See https://github.com/risingwavelabs/risingwave/pull/15448
if version_le "${VERSION:-}" "1.8.0" ; then
echo "ENABLE_ALL_IN_ONE=true" >> risedev-components.user.env
fi
}
Expand Down

0 comments on commit 2993ab6

Please sign in to comment.