Skip to content

Commit

Permalink
Work around installation issue
Browse files Browse the repository at this point in the history
Ref. eng/recordflux/RecordFlux#1645
  • Loading branch information
senier committed Aug 6, 2024
1 parent 6b77f13 commit 77f82a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,11 @@ BUILD_DEPS = $(DEVEL_VENV)/lib/python$(PYTHON_VERSION)/site-packages/langkit
$(BUILD_DEPS):: export PYTHONPATH=
$(BUILD_DEPS): $(CONTRIB) $(DEVEL_VENV) $(PROJECT_MANAGEMENT)
$(POETRY) install -v --no-root --only=build

@# TODO(eng/recordflux/RecordFlux#1645): Workaround, remove when fixed
$(DEVEL_VENV)/bin/pip uninstall --yes setuptools
$(POETRY) install -v --no-root --only=build

touch $(BUILD_DEPS)

# --- Setup: Langkit-based parser ---
Expand Down

0 comments on commit 77f82a8

Please sign in to comment.