Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 2fa483cc24f02d31b82b832cd8318db0ab5574d3)
+++ Jenkinsfile	(revision a8a761247e7dbc23a53eb86663312906a9f43b3b)
@@ -266,5 +266,5 @@
 			//Use the current directory as the installation target so nothing escapes the sandbox
 			//Also specify the compiler by hand
-			sh "../configure CXX=${compiler.cpp_cc} ${architecture} --with-backend-compiler=${compiler.cfa_cc} --prefix=${install_dir} --enable-silent-rules --quiet"
+			sh "../configure CXX=${compiler.cpp_cc} ${architecture} --with-backend-compiler=${compiler.cfa_cc} --prefix=${install_dir} --enable-silent-rules --quiet --disable-dependency-tracking"
 
 			//Compile the project
