Explorar el Código

lowew priority of builds

Andrew Tridgell hace 4 años
padre
commit
022db48983
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      app.py

+ 2 - 2
app.py

@@ -99,8 +99,8 @@ def run_build(task, tmpdir, outdir):
         cachedir = os.path.abspath(os.path.join(appdir, "..", "cache"))
 
         env["PATH"] = bindir + ":" + env["PATH"]
-        env["CC"] = "ccache arm-none-eabi-gcc"
-        env["CXX"] = "ccache arm-none-eabi-g++"
+        env["CC"] = "nice ccache arm-none-eabi-gcc"
+        env["CXX"] = "nice ccache arm-none-eabi-g++"
         env['CCACHE_DIR'] = cachedir
 
         app.logger.info('Running waf configure')