Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
d4f86d02
Commit
d4f86d02
authored
9 years ago
by
Michael Lumish
Browse files
Options
Downloads
Plain Diff
Merge pull request #4652 from ctiller/no-cache
Disable ccache for the moment
parents
b47eab53
61bc8ab4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tools/jenkins/grpc_jenkins_slave/Dockerfile
+0
-9
0 additions, 9 deletions
tools/jenkins/grpc_jenkins_slave/Dockerfile
tools/jenkins/grpc_jenkins_slave_32bits/Dockerfile
+0
-9
0 additions, 9 deletions
tools/jenkins/grpc_jenkins_slave_32bits/Dockerfile
with
0 additions
and
18 deletions
tools/jenkins/grpc_jenkins_slave/Dockerfile
+
0
−
9
View file @
d4f86d02
...
@@ -38,7 +38,6 @@ RUN apt-get update && apt-get install -y \
...
@@ -38,7 +38,6 @@ RUN apt-get update && apt-get install -y \
autotools-dev
\
autotools-dev
\
build-essential
\
build-essential
\
bzip2
\
bzip2
\
ccache
\
curl
\
curl
\
gcc
\
gcc
\
gcc-multilib
\
gcc-multilib
\
...
@@ -62,14 +61,6 @@ RUN apt-get update && apt-get install -y \
...
@@ -62,14 +61,6 @@ RUN apt-get update && apt-get install -y \
wget
\
wget
\
zip
&&
apt-get clean
zip
&&
apt-get clean
# Prepare ccache
RUN
ln
-s
/usr/bin/ccache /usr/local/bin/gcc
RUN
ln
-s
/usr/bin/ccache /usr/local/bin/g++
RUN
ln
-s
/usr/bin/ccache /usr/local/bin/cc
RUN
ln
-s
/usr/bin/ccache /usr/local/bin/c++
RUN
ln
-s
/usr/bin/ccache /usr/local/bin/clang
RUN
ln
-s
/usr/bin/ccache /usr/local/bin/clang++
##################
##################
# C++ dependencies
# C++ dependencies
RUN
apt-get update
&&
apt-get
-y
install
libgflags-dev libgtest-dev libc++-dev clang
RUN
apt-get update
&&
apt-get
-y
install
libgflags-dev libgtest-dev libc++-dev clang
...
...
This diff is collapsed.
Click to expand it.
tools/jenkins/grpc_jenkins_slave_32bits/Dockerfile
+
0
−
9
View file @
d4f86d02
...
@@ -38,7 +38,6 @@ RUN apt-get update && apt-get install -y \
...
@@ -38,7 +38,6 @@ RUN apt-get update && apt-get install -y \
autotools-dev
\
autotools-dev
\
build-essential
\
build-essential
\
bzip2
\
bzip2
\
ccache
\
curl
\
curl
\
gcc
\
gcc
\
gcc-multilib
\
gcc-multilib
\
...
@@ -62,14 +61,6 @@ RUN apt-get update && apt-get install -y \
...
@@ -62,14 +61,6 @@ RUN apt-get update && apt-get install -y \
wget
\
wget
\
zip
&&
apt-get clean
zip
&&
apt-get clean
# Prepare ccache
RUN
ln
-s
/usr/bin/ccache /usr/local/bin/gcc
RUN
ln
-s
/usr/bin/ccache /usr/local/bin/g++
RUN
ln
-s
/usr/bin/ccache /usr/local/bin/cc
RUN
ln
-s
/usr/bin/ccache /usr/local/bin/c++
RUN
ln
-s
/usr/bin/ccache /usr/local/bin/clang
RUN
ln
-s
/usr/bin/ccache /usr/local/bin/clang++
##################
##################
# C++ dependencies
# C++ dependencies
RUN
apt-get update
&&
apt-get
-y
install
libgflags-dev libgtest-dev libc++-dev clang
RUN
apt-get update
&&
apt-get
-y
install
libgflags-dev libgtest-dev libc++-dev clang
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment