0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2025-01-06 21:00:08 -05:00

move pigz install out of Makefile

This commit is contained in:
ohfp 2024-11-29 15:47:46 +01:00
parent c36580c203
commit 76d9a1dd7b
2 changed files with 3 additions and 5 deletions

View file

@ -14,7 +14,7 @@ Linux:
image: debian
script:
- apt-get update && apt-get -y upgrade
- apt-get -y install build-essential curl jq make python3 python3-dev python3-pip wget unzip git
- apt-get -y install build-essential curl jq make python3 python3-dev python3-pip wget unzip git pigz
- make fetch
- sh -c "./scripts/check-patchfail.sh"
- make test-linux
@ -34,7 +34,7 @@ macOS:
image: debian
script:
- apt-get update && apt-get -y upgrade
- apt-get -y install build-essential curl jq make python3 python3-dev python3-pip wget unzip git
- apt-get -y install build-essential curl jq make python3 python3-dev python3-pip wget unzip git pigz
- make fetch
- sh -c "./scripts/check-patchfail.sh"
- make test-macos
@ -54,7 +54,7 @@ Windows:
image: debian
script:
- apt-get update && apt-get -y upgrade
- apt-get -y install build-essential curl jq make python3 python3-dev python3-pip wget unzip git
- apt-get -y install build-essential curl jq make python3 python3-dev python3-pip wget unzip git pigz
- make fetch
- sh -c "./scripts/check-patchfail.sh"
- make test-windows

View file

@ -135,8 +135,6 @@ $(lw_source_dir) : $(ff_source_tarball) ./version ./release scripts/librewolf-pa
python3 scripts/librewolf-patches.py $(version) $(release)
$(lw_source_tarball) : $(lw_source_dir)
(sudo apt-get -y install pigz; true)
(sudo rpm -y install pigz; true)
rm -f $(lw_source_tarball)
tar cf librewolf-$(version)-$(release).source.tar $(lw_source_dir)
pigz -6 librewolf-$(version)-$(release).source.tar