Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadoop committed Mar 10, 2024
2 parents 73d47c1 + d74ab6d commit 977a64c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,9 @@ to make building drivers much more convenient in the future!
cd /path/to/metabase/repo

# get absolute path to the driver project directory
DRIVER_PATH=`readlink -f ~/doris-driver`
export DRIVER_PATH=`readlink -f ~/doris-driver`

# Build driver. See explanation below
clojure \
-Sdeps "{:aliases {:sudoku {:extra-deps {com.metabase/doris-driver {:local/root \"$DRIVER_PATH\"}}}}}" \
-X:build:doris \
build-drivers.build-driver/build-driver! \
"{:driver :doris, :project-dir \"$DRIVER_PATH\", :target-dir \"$DRIVER_PATH/target\"}"
clojure -Sdeps "{:aliases {:doris {:extra-deps {com.metabase/doris-driver {:local/root \"$DRIVER_PATH\"}}}}}" -X:build:doris build-drivers.build-driver/build-driver! "{:driver :doris, :project-dir \"$DRIVER_PATH\", :target-dir \"$DRIVER_PATH/target\"}"
```

0 comments on commit 977a64c

Please sign in to comment.