[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible_lede: only build one board instead of all boards
Holger Levsen
holger at layer-acht.org
Sat Jun 10 08:49:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 60124705ab97545b45da1f786b3a7c298ae3270a
Author: Alexander Couzens <lynxis at fe80.eu>
Date: Sat Jun 10 01:40:42 2017 +0200
reproducible_lede: only build one board instead of all boards
Reduing the build time improve developing speed. When
the image is reproducible we will enable more boards.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_lede.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_lede.sh b/bin/reproducible_lede.sh
index 1333a11..59a7b05 100755
--- a/bin/reproducible_lede.sh
+++ b/bin/reproducible_lede.sh
@@ -64,7 +64,7 @@ cd $TMPBUILDDIR
create_results_dirs lede
-build_two_times lede ar71xx_generic_ARCHERC7 "CONFIG_TARGET_ar71xx_generic=y\nCONFIG_TARGET_ar71xx_generic_ARCHERC7=y\n"
+build_two_times lede ar71xx_generic_ARCHERC7 "CONFIG_TARGET_ar71xx=y\nCONFIG_TARGET_ar71xx_generic=y\nCONFIG_TARGET_ar71xx_generic_DEVICE_archer-c7-v1=y\n"
# for now we only build one architecture until it's at most reproducible
#build_two_times x86_64 "CONFIG_TARGET_x86=y\nCONFIG_TARGET_x86_64=y\n"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list