summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Jarosch <tomj@simonv.com>2015-01-03 15:20:27 +0100
committerThomas Jarosch <tomj@simonv.com>2015-01-03 15:20:27 +0100
commitdd75bb756d501f3bcb78be70b88a70b4a2dee307 (patch)
tree0d0c26cb8f314d94ef1ba3dd614bba6863761ac7
parent5f603d36a1688faec6a13ad118d6894f4f274799 (diff)
downloadrockbox-dd75bb756d501f3bcb78be70b88a70b4a2dee307.tar.gz
rockbox-dd75bb756d501f3bcb78be70b88a70b4a2dee307.zip
Don't build sims twice
Some of those builds are already in the 'builds' list. Change-Id: I6985702d50ff00e166463384d78f823f6fad9873
-rwxr-xr-xtools/release/sims.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/release/sims.pl b/tools/release/sims.pl
index cc6e61ae6c..9b8bca42fb 100755
--- a/tools/release/sims.pl
+++ b/tools/release/sims.pl
@@ -221,8 +221,6 @@ for my $b (sort byname keys %builds) {
221} 221}
222 222
223#The following ports are in the unusable category, but the simulator does build 223#The following ports are in the unusable category, but the simulator does build
224runone("gogearhdd1630");
225runone("gogearsa9200");
226runone("mini2440"); 224runone("mini2440");
227runone("ondavx747"); 225runone("ondavx747");
228runone("ondavx747p"); 226runone("ondavx747p");
@@ -235,7 +233,6 @@ runone("creativezenxfi2");
235runone("creativezenxfi3"); 233runone("creativezenxfi3");
236runone("sonynwze360"); 234runone("sonynwze360");
237runone("sonynwze370"); 235runone("sonynwze370");
238runone("samsungypr0");
239runone("creativezenxfi"); 236runone("creativezenxfi");
240runone("creativezen"); 237runone("creativezen");
241runone("creativezenmozaic"); 238runone("creativezenmozaic");