We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbc0493 + 4d7cd7e commit f7bc8bbCopy full SHA for f7bc8bb
Makefile
@@ -96,6 +96,6 @@ build-packages: poetry-install ## build source package, wheel and srpm
96
97
.PHONY: rebuild-packages
98
rebuild-packages: ## build binary rpms
99
- @docker run -v ./:/source rockylinux:9 /source/tools/venv-rpm
+ @docker run -v ./:/source rockylinux:9 sh -c "dnf install -y git; git config --global --add safe.directory /source; /source/tools/venv-rpm"
100
@docker run -v ./:/source fedora:39 /source/tools/rebuild-rpm
101
@docker run -v ./:/source fedora:40 /source/tools/rebuild-rpm
0 commit comments