Skip to content

Commit

Permalink
Builder|Ubuntu: Don't do source packages on Precise
Browse files Browse the repository at this point in the history
SDL2 is not available in Ubuntu 12.04. The source packages will be
built on the newer Ubuntu builders.
  • Loading branch information
skyjake committed Jun 3, 2014
1 parent b3fac7d commit 6a62983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrib/pilot.py
Expand Up @@ -395,7 +395,7 @@ def handleCompletedTasks():
newTask('generate_wiki', forClient='master')

elif task == 'build':
newTask('source', forClient='ubuntu')
#newTask('source', forClient='ubuntu')
newTask('source', forClient='saucy')
newTask('source', forClient='trusty')

Expand Down

0 comments on commit 6a62983

Please sign in to comment.