mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-28 09:52:09 +00:00
abuild: do not set noarch for now
Our build infrastruc needs to handle it
This commit is contained in:
parent
b2cfa97c87
commit
149521f2dc
@ -480,9 +480,11 @@ prepare_metafiles() {
|
||||
local builddate=$(date -u "+%s")
|
||||
local size=$(du -sk | awk '{print $1 * 1024}')
|
||||
local parch="$CARCH"
|
||||
if [ "$arch" = "noarch" ]; then
|
||||
parch="noarch"
|
||||
fi
|
||||
|
||||
# we need to wait with setting noarch til our build infra can handle it
|
||||
# if [ "$arch" = "noarch" ]; then
|
||||
# parch="noarch"
|
||||
# fi
|
||||
|
||||
echo "# Generated by $(basename $0) $abuild_ver" >"$pkginfo"
|
||||
if [ -n "$FAKEROOTKEY" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user