Skip to content

Commit

Permalink
fix build on ci
Browse files Browse the repository at this point in the history
Signed-off-by: Runji Wang <[email protected]>
  • Loading branch information
wangrunji0408 committed Feb 28, 2024
1 parent 8852f19 commit 09c92a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ cargo fmt --all -- --check
echo "--- Build Rust components"

if [[ "$profile" == "ci-dev" ]]; then
RISINGWAVE_FEATURE_FLAGS="--features rw-dynamic-link embedded-python-udf --no-default-features"
RISINGWAVE_FEATURE_FLAGS="--features rw-dynamic-link --no-default-features"
else
RISINGWAVE_FEATURE_FLAGS="--features rw-static-link embedded-python-udf"
RISINGWAVE_FEATURE_FLAGS="--features rw-static-link"
fi

cargo build \
Expand All @@ -53,6 +53,7 @@ cargo build \
-p risingwave_compaction_test \
-p risingwave_e2e_extended_mode_test \
$RISINGWAVE_FEATURE_FLAGS \
--features embedded-python-udf \
--profile "$profile"


Expand Down

0 comments on commit 09c92a8

Please sign in to comment.