Skip to content

Commit 5b7fb6d

Browse files
committed
Remove sccache
1 parent 412d88d commit 5b7fb6d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ pytorch_tutorial_build_defaults: &pytorch_tutorial_build_defaults
134134
fi
135135
set -x
136136
137+
echo 'rm /opt/cache/bin/*' | docker exec -u root -i "$id" bash
137138
docker cp /home/circleci/project/. "$id:/var/lib/jenkins/workspace"
138139
139140
export COMMAND='((echo "source ./workspace/env" && echo "sudo chown -R jenkins workspace && cd workspace && ./ci_build_script.sh") | docker exec -u jenkins -i "$id" bash) 2>&1'

.circleci/config.yml.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ pytorch_tutorial_build_defaults: &pytorch_tutorial_build_defaults
134134
fi
135135
set -x
136136

137+
echo 'rm /opt/cache/bin/*' | docker exec -u root -i "$id" bash
137138
docker cp /home/circleci/project/. "$id:/var/lib/jenkins/workspace"
138139

139140
export COMMAND='((echo "source ./workspace/env" && echo "sudo chown -R jenkins workspace && cd workspace && ./ci_build_script.sh") | docker exec -u jenkins -i "$id" bash) 2>&1'

0 commit comments

Comments
 (0)