Skip to content

Commit

Permalink
[wip] only build necessary targets
Browse files Browse the repository at this point in the history
  • Loading branch information
azimafroozeh committed Nov 14, 2024
1 parent 6516432 commit e350473
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
9 changes: 0 additions & 9 deletions publication/master_script/master_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,15 +166,6 @@ else
red_echo "CMake configuration for the new repository failed."
exit 1
fi

green_echo "Building the project for the new repository..."
# Build the project for the new repository
cmake --build "$NEW_TARGET_DIR/build" -j 16
if [ $? -ne 0 ]; then
red_echo "CMake build for the new repository failed."
exit 1
fi

green_echo "Running specific targets for the new repository..."
# Run specific targets
cmake --build "$NEW_TARGET_DIR/build" --target bench_ped -j 16
Expand Down
2 changes: 0 additions & 2 deletions publication/master_script/run_end_to_end.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/bash
# Use $CLONED_DIR in your script
echo "CLONED_DIR is $CLONED_DIR"

$CLONED_DIR/build/publication/source_code/bench_end_to_end/run_query 1 scan alp
#$CLONED_DIR/build/publication/source_code/bench_end_to_end/run_query 1 sum alp
Expand Down

0 comments on commit e350473

Please sign in to comment.