Skip to content

Commit

Permalink
Merge pull request #1217 from alexhornburg-xlnx/feature/build_custom_…
Browse files Browse the repository at this point in the history
…args

[Infra] support passing arguments to build_custom flow
  • Loading branch information
auphelia authored Oct 24, 2024
2 parents 3d5eaac + f6acf70 commit dd0655b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ elif [ "$1" = "build_custom" ]; then
DOCKER_INTERACTIVE="-it"
#FINN_HOST_BUILD_DIR=$BUILD_DATAFLOW_DIR/build
gecho "Running build_custom: $BUILD_CUSTOM_DIR/$FLOW_NAME.py"
DOCKER_CMD="python -mpdb -cc -cq $FLOW_NAME.py"
DOCKER_CMD="python -mpdb -cc -cq $FLOW_NAME.py ${@:4}"
elif [ -z "$1" ]; then
gecho "Running container only"
DOCKER_CMD="bash"
Expand Down

0 comments on commit dd0655b

Please sign in to comment.