summaryrefslogtreecommitdiff
path: root/infra/commands
diff options
context:
space:
mode:
authorDmitriy Nikiforov <d.nikiforov@samsung.com>2017-10-24 20:06:44 +0300
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>2017-10-26 11:42:51 +0000
commitc8cbb2315259291ccb83b9c666257484b6e26563 (patch)
treeff603f3544a982866ac203ad8feb8199ed9c38ed /infra/commands
parent489cb17ee44e9478eb21fa8b6d5cd5f3bf247372 (diff)
downloadfuzz-testing-c8cbb2315259291ccb83b9c666257484b6e26563.tar.gz
fuzz-testing-c8cbb2315259291ccb83b9c666257484b6e26563.tar.bz2
fuzz-testing-c8cbb2315259291ccb83b9c666257484b6e26563.zip
Change default build architecture to i586
Change-Id: I9e6e31148faf20696a9e1a571b176df3898ad2dc
Diffstat (limited to 'infra/commands')
-rwxr-xr-xinfra/commands/build-all.sh2
-rwxr-xr-xinfra/commands/build.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/infra/commands/build-all.sh b/infra/commands/build-all.sh
index 10ac101..b86fbfd 100755
--- a/infra/commands/build-all.sh
+++ b/infra/commands/build-all.sh
@@ -16,7 +16,7 @@ subdirectories.
Options:
-h, --help Prints this message.
- -a, --arch ARCH Architecture: x86_64 or i586 (default: x86_64)
+ -a, --arch ARCH Architecture: x86_64 or i586 (default: i586)
-d, --dicts DICT_DIR Include dictionaries from the specified directory to build
artifacts. Exact list of needed dictionaries should be
specified in the targetspec.
diff --git a/infra/commands/build.sh b/infra/commands/build.sh
index acef8ff..b851328 100755
--- a/infra/commands/build.sh
+++ b/infra/commands/build.sh
@@ -28,7 +28,7 @@ Builds a fuzz project in the specified directory.
Options:
-h, --help Prints this message.
- -a, --arch ARCH Architecture: x86_64 or i586 (default: x86_64)
+ -a, --arch ARCH Architecture: x86_64 or i586 (default: i586)
-d, --dicts DICT_DIR Include dictionaries from the specified directory to build
artifacts. Exact list of needed dictionaries should be
specified in targetspec.
@@ -65,7 +65,7 @@ LIBFUZZER_PKGS=('libFuzzer' 'fuzz-force-options')
SRCS_DIR="${TIZEN_FUZZ_HOME}/sources"
EXTRA_GBS_ARGS=('--clean' '--skip-srcrpm' '--clean-repos' '--include-all')
CUSTOM_SPEC=""
-ARCH='x86_64'
+ARCH='i586'
########################################################################
# ARGUMENTS PARSING