fix crossbuild for travis
This commit is contained in:
@@ -25,7 +25,7 @@ before_script:
|
||||
- common/travis/bootstrap.sh $BOOTSTRAP
|
||||
|
||||
script:
|
||||
- common/travis/build.sh $ARCH
|
||||
- common/travis/build.sh $BOOTSTRAP $ARCH
|
||||
|
||||
after_script:
|
||||
- common/travis/show_files.sh
|
||||
|
@@ -2,8 +2,8 @@
|
||||
#
|
||||
# build.sh
|
||||
|
||||
if [ "$1" != x86_64 ]; then
|
||||
arch="-a $1"
|
||||
if [ "$1" != "$2" ]; then
|
||||
arch="-a $2"
|
||||
fi
|
||||
|
||||
for pkg in $(cat /tmp/templates); do
|
||||
|
Reference in New Issue
Block a user