Skip to content

Commit

Permalink
Remove pigz support
Browse files Browse the repository at this point in the history
  • Loading branch information
legoktm committed Mar 27, 2024
1 parent 02253ba commit 5cc1b52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ RUN apt-get update && \
libssl-dev \
lsb-release \
ncurses-dev \
pigz \
python3 \
python3-requests \
rsync \
Expand Down
5 changes: 2 additions & 3 deletions build-kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ else
fi

# Generate the orig tarball
#tar --use-compress-program="xz -T 0" -cf ../linux-upstream_${LINUX_VERSION}-grsec-${LOCALVERSION}.orig.tar.xz .
tar -cf - . | pigz > ../linux-upstream_${LINUX_BUILD_VERSION}-${VERSION_SUFFIX}}.orig.tar.gz
tar --use-compress-program="xz -T 0" -cf ../linux-upstream_${LINUX_BUILD_VERSION}-${VERSION_SUFFIX}.orig.tar.xz .

echo "Copying in our debian/"
cp -R /debian debian
Expand Down Expand Up @@ -118,5 +117,5 @@ dpkg-buildpackage -uc -us

echo "Storing build artifacts for $LINUX_VERSION"
if [[ -d /output ]]; then
rsync -a --info=progress2 ../*.{buildinfo,changes,dsc,deb,tar.gz} /output/
rsync -a --info=progress2 ../*.{buildinfo,changes,dsc,deb,tar.xz} /output/
fi

0 comments on commit 5cc1b52

Please sign in to comment.