fixup! build: install musl toolchains in the dockerfile

This commit is contained in:
Guy Shimko
2025-04-01 23:59:55 +03:00
parent 01e60acff0
commit e899d51568
3 changed files with 3 additions and 12 deletions

View File

@ -59,7 +59,7 @@ $(PYTHON_TARGETS): build-with-python-%:
_build-%: symlink-git-packages download-packages build-docker-image
mkdir -p build
docker run --user $(shell id -u):$(shell id -g) \
docker run -it --user $(shell id -u):$(shell id -g) \
--rm --volume .:/app/gdb gdb-static env TERM=xterm-256color \
/app/gdb/src/compilation/build.sh $* /app/gdb/build/ /app/gdb/src $(WITH_PYTHON)