util: Add a README file for the m5 utility.
[gem5.git] / util / compiler-tests.sh
index ccb243706f9999c319000677cf3b8ff0402a5f8e..f8d4f5d0dc36a5da14c5531ff694e64f39f73f92 100755 (executable)
@@ -116,7 +116,8 @@ for compiler in ${images[@]}; do
             # Build with container
             {
                 docker run --rm -v "${gem5_root}":"/gem5" -u $UID:$GID \
-                    -w /gem5 $repo_name scons "${build_out}" "${build_args}"
+                    -w /gem5 $repo_name /usr/bin/env python3 /usr/bin/scons \
+                    "${build_out}" "${build_args}"
             }>"${build_stdout}" 2>"${build_stderr}"
             result=$?