run-upstream-build/main.sh
Ward from fusion-voyager-3 c5102db3ed pbuilder structure
2024-08-07 20:40:56 +03:00

21 lines
265 B
Bash
Executable File

#! /bin/bash
set -e
### TEMP UNTIL BUILDER IS ADAPTED
if [[ "$PIKA_BUILD_ARCH" == "i386" ]]
then
export PIKA_BUILD_USE_PBUILDER=1
else
export PIKA_BUILD_USE_PBUILDER=1
fi
###
if [[ "$PIKA_BUILD_USE_PBUILDER" == "1" ]]
then
./pbuilder.sh
else
./native.sh
fi