about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMarcoIeni <11428655+MarcoIeni@users.noreply.github.com>2024-12-12 18:02:19 +0100
committerMarcoIeni <11428655+MarcoIeni@users.noreply.github.com>2024-12-12 18:02:19 +0100
commita1abbaab0db7143e24ca029e6894d85ebb868384 (patch)
treed3e86f11291931465c1d493793b8383ce0818b65 /src
parentaa0fd4621e3bb7a2cb4cf8c8d90c288bffdc520a (diff)
downloadrust-a1abbaab0db7143e24ca029e6894d85ebb868384.tar.gz
rust-a1abbaab0db7143e24ca029e6894d85ebb868384.zip
remove echo logs
Diffstat (limited to 'src')
-rwxr-xr-xsrc/ci/docker/run.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ci/docker/run.sh b/src/ci/docker/run.sh
index 25a32ef15f3..a0adf60b6b2 100755
--- a/src/ci/docker/run.sh
+++ b/src/ci/docker/run.sh
@@ -38,9 +38,7 @@ root_dir="`dirname $src_dir`"
 
 source "$ci_dir/shared.sh"
 
-echo "Checking is running in CI..."
 if isCI; then
-    echo "CI detected"
     objdir=$root_dir/obj
 else
     objdir=$root_dir/obj/$image
@@ -55,7 +53,6 @@ fi
 CACHE_DOMAIN="${CACHE_DOMAIN:-ci-caches.rust-lang.org}"
 
 if [ -f "$docker_dir/$image/Dockerfile" ]; then
-    echo "Dockefile exists for $image"
     hash_key=/tmp/.docker-hash-key.txt
     rm -f "${hash_key}"
     echo $image >> $hash_key
@@ -123,9 +120,6 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
     # instead of the one defined in the Dockerfile.
     if [ -n "${DOCKER_SCRIPT+x}" ]; then
       build_args+=("--build-arg" "SCRIPT_ARG=${DOCKER_SCRIPT}")
-      echo "Using docker build arg SCRIPT_ARG=${DOCKER_SCRIPT}"
-    else
-      echo "DOCKER_SCRIPT is not defined"
     fi
 
     # On non-CI jobs, we try to download a pre-built image from the rust-lang-ci