Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Oct 10, 2023
1 parent 2873af0 commit 3360ef6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,16 @@ install-frontend: ## Install buildbot frontend
$(info --> Install buildbot frontend)
if [[ ! -d $(VENDOR_DIR) ]]; then \
git clone --branch grid https://github.com/vladbogo/buildbot $(VENDOR_DIR); \
cd $(VENDOR_DIR); \
export NODE_OPTIONS=--openssl-legacy-provider && make frontend; \
fi
# cd $(VENDOR_DIR)/master && python setup.py bdist_wheel
# pip install ./dist/*.whl
cd $(VENDOR_DIR)
pip install mock
cd www/build_common; yarn install --pure-lockfile
for i in $(WWW_DEP_PKGS); \
do (cd $$i; yarn install --pure-lockfile; yarn run build); done; \
# cd $(VENDOR_DIR)
# pip install mock pkg
# cd www/build_common; yarn install --pure-lockfile
# for i in $(WWW_DEP_PKGS); \
# do (cd $$i; yarn install --pure-lockfile; yarn run build); done; \

install-pre-commit: ## Install pre-commit tool
$(info --> Install pre-commit tool via `pip`)
Expand Down

0 comments on commit 3360ef6

Please sign in to comment.