This is an automated email from the ASF dual-hosted git repository.

lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree.git


The following commit(s) were added to refs/heads/master by this push:
     new f44ec78b [TOREE-553] Correct the behavior of `make dev` to build dist 
first (#221)
f44ec78b is described below

commit f44ec78b1e033388cc744df1333bd0f70b7aa39f
Author: Cheng Pan <[email protected]>
AuthorDate: Tue Sep 3 02:56:57 2024 +0800

    [TOREE-553] Correct the behavior of `make dev` to build dist first (#221)
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 2a5699c7..2c0f39c7 100644
--- a/Makefile
+++ b/Makefile
@@ -161,7 +161,7 @@ dist: dist/toree pip-release
 dev: DOCKER_WORKDIR=/srv/toree/etc/examples/notebooks
 dev: SUSPEND=n
 dev: DEBUG_PORT=5005
-dev: .toree-dev-image dist
+dev: dist .toree-dev-image
        @$(DOCKER) \
                -e SPARK_OPTS="--master=local[4] 
--driver-java-options=-agentlib:jdwp=transport=dt_socket,server=y,suspend=$(SUSPEND),address=5005"
 \
                -p $(DEBUG_PORT):5005 -p 8888:8888 $(TOREE_DEV_IMAGE) \

Reply via email to