Skip to content

build, ui: fix make watch#26371

Merged
craig[bot] merged 2 commits intocockroachdb:masterfrom
couchand:fix/make-watch
Jun 4, 2018
Merged

build, ui: fix make watch#26371
craig[bot] merged 2 commits intocockroachdb:masterfrom
couchand:fix/make-watch

Conversation

@couchand
Copy link
Copy Markdown
Contributor

@couchand couchand commented Jun 4, 2018

In #26148 the make watch task was missed. This updates that to run with
the new webpack config.

Release note: None

In cockroachdb#26148 the make watch task was missed.  This updates that to run with
the new webpack config.

Release note: None
@couchand couchand requested review from a team, benesch and vilterp June 4, 2018 19:13
@cockroach-teamcity
Copy link
Copy Markdown
Member

This change is Reviewable

Copy link
Copy Markdown
Contributor

@vilterp vilterp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested locally; fixes the problem 👍

Makefile Outdated
@@ -1198,7 +1198,7 @@ ui-watch-secure: export TARGET ?= https://localhost:8080/
ui-watch: export TARGET ?= http://localhost:8080
ui-watch ui-watch-secure: PORT := 3000
ui-watch ui-watch-secure: $(UI_DLLS) pkg/ui/yarn.opt.installed
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/UI_DLLS/UI_CCL_DLLS/

(what I would give for some type safety in Make)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

The make watch target runs the CCL build, so it should depend on the
CCL versions of the DLL files.

Release note: None
@couchand
Copy link
Copy Markdown
Contributor Author

couchand commented Jun 4, 2018

bors r+

craig bot pushed a commit that referenced this pull request Jun 4, 2018
26371: build, ui: fix make watch r=couchand a=couchand

In #26148 the make watch task was missed.  This updates that to run with
the new webpack config.

Release note: None

Co-authored-by: Andrew Couch <andrew@cockroachlabs.com>
@craig
Copy link
Copy Markdown
Contributor

craig bot commented Jun 4, 2018

Build succeeded

@craig craig bot merged commit bdd830b into cockroachdb:master Jun 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants