Skip to content

Commit

Permalink
chore: run fontbakery on single thread
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamyrt committed May 11, 2024
1 parent 78a96d1 commit 0eed3ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ endef

define check-font
$(VENV) fontbakery check-$(2) \
--auto-jobs \
--J 1 \
--full-lists \
--html "$(REPORTS_DIR)/$(2)_$(1).html" \
"$(BUILD_DIR)/$(1)/"*
Expand Down Expand Up @@ -50,7 +50,7 @@ ifneq ("$(wildcard $(BUILD_DIR)/Lilex-ExtraThick.ttf.bak)","")
"$(BUILD_DIR)/Lilex-ExtraThick.ttf.bak" \
"$(BUILD_DIR)/ttf/Lilex-ExtraThick.ttf"
endif

.PHONY: lint
lint:
$(VENV) ruff scripts/
Expand Down Expand Up @@ -132,6 +132,6 @@ install-Linux:

$(VENV_DIR): requirements.txt
rm -rf "$(VENV_DIR)"
python3 -m venv "$(VENV_DIR)"
python3.11 -m venv "$(VENV_DIR)"
$(VENV) pip install wheel
$(VENV) pip install -r requirements.txt

0 comments on commit 0eed3ed

Please sign in to comment.