summaryrefslogtreecommitdiffstats
path: root/taskcluster/scripts/misc/build-hfsplus-linux.sh
blob: 32f12d5b8f91b8357f66b15e4294760e0416093e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
set -x -e -v

# This script is for building hfsplus for Linux.

cd $GECKO_PATH

export PATH=$PATH:$MOZ_FETCHES_DIR/clang/bin

build/unix/build-hfsplus/build-hfsplus.sh $MOZ_FETCHES_DIR

# Put a tarball in the artifacts dir
mkdir -p $UPLOAD_DIR
cp $MOZ_FETCHES_DIR/hfsplus-tools.tar.* $UPLOAD_DIR