Commit ce546c41 authored by Georg Koppen's avatar Georg Koppen
Browse files

Bug 21104: Remove 32bit support for sandboxed-tor-browser

parent e1c85089
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@ distro: "debian"
suites:
- "jessie"
architectures:
- "i386"
- "amd64"
packages:
- "unzip"
@@ -27,7 +26,6 @@ remotes:
  "dir": "sandbox"
files:
- "versions"
- "go-linux32-utils.zip"
- "go-linux64-utils.zip"
- "dzip.sh"
- "gb-build-dir.patch"
+0 −9
Original line number Diff line number Diff line
@@ -89,15 +89,6 @@ do
  echo
done

while ! build_and_test_vm jessie i386 32
do
  stop-target 32 jessie
  rm ./base-jessie-amd64*
  echo
  echo "Jessie i386 VM build failed... Trying again"
  echo
done

while ! build_and_test_vm jessie amd64 64
do
  stop-target 64 jessie
+3 −4
Original line number Diff line number Diff line
@@ -261,8 +261,7 @@ else
  SB_TAG=${SANDBOX_TAG#sandboxed-tor-browser-}
fi

if [ ! -f inputs/sandbox-$SB_TAG-linux32.zip -o \
     ! -f inputs/sandbox-$SB_TAG-linux64.zip ];
if [ ! -f inputs/sandbox-$SB_TAG-linux64.zip ];
then
  echo
  echo "****** Starting Sandbox Component of Linux Bundle (6/7 for Linux) ******"
@@ -274,7 +273,7 @@ then
    exit 1
  fi

  cp -a build/out/sandbox-$SB_TAG-linux*.zip inputs/
  cp -a build/out/sandbox-$SB_TAG-linux64.zip inputs/
  #cp -a result/sandbox-linux-res.yml inputs/
else
  echo
@@ -302,7 +301,7 @@ then
  cp -a build/out/*.mar $WRAPPER_DIR/$TORBROWSER_BUILDDIR/ || exit 1
  cp -a inputs/mar-tools-linux*.zip $WRAPPER_DIR/$TORBROWSER_BUILDDIR/ || exit 1
  cp -a inputs/*debug.zip $WRAPPER_DIR/$TORBROWSER_BUILDDIR/ || exit 1
  cp -a inputs/sandbox-$SB_TAG-linux*.zip $WRAPPER_DIR/$TORBROWSER_BUILDDIR/ || exit 1
  cp -a inputs/sandbox-$SB_TAG-linux64.zip $WRAPPER_DIR/$TORBROWSER_BUILDDIR/ || exit 1
  touch inputs/bundle-linux.gbuilt
else
  echo