Skip to content

Commit

Permalink
fixup! PY build(py): Document package build false error
Browse files Browse the repository at this point in the history
  • Loading branch information
rpatterson committed Dec 1, 2024
1 parent 7081dcb commit 366fb09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,9 @@ build-pkgs: $(HOST_TARGET_DOCKER) \
# pre-requisite and it runs one time:
rm -vf ./dist/*
# Build Python packages/distributions from the development Docker container for
# consistency/reproducibility.
# consistency/reproducibility. [The output includes a false
# error](https://github.com/pypa/packaging-problems/issues/742#issuecomment-2495045687)
# that can't be worked around without reducing isolation and reproducibility:
docker compose run $(DOCKER_COMPOSE_RUN_ARGS) $(PROJECT_NAME)-devel \
tox run -e "$(PYTHON_ENV)" --override "testenv.package=external" --pkg-only
# Copy to a location available in the Docker build context:
Expand Down

0 comments on commit 366fb09

Please sign in to comment.