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
3634fbe8
Commit
3634fbe8
authored
7 years ago
by
kpayson64
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #10800 from kpayson64/fix_alpine
Fix alpine build
parents
6b7f893b
4ba23038
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/core/lib/channel/channel_args.c
+2
-0
2 additions, 0 deletions
src/core/lib/channel/channel_args.c
tools/dockerfile/test/cxx_alpine_x64/Dockerfile
+1
-1
1 addition, 1 deletion
tools/dockerfile/test/cxx_alpine_x64/Dockerfile
with
3 additions
and
1 deletion
src/core/lib/channel/channel_args.c
+
2
−
0
View file @
3634fbe8
...
@@ -31,6 +31,8 @@
...
@@ -31,6 +31,8 @@
*
*
*/
*/
#include
<grpc/support/port_platform.h>
#include
<limits.h>
#include
<limits.h>
#include
<string.h>
#include
<string.h>
...
...
This diff is collapsed.
Click to expand it.
tools/dockerfile/test/cxx_alpine_x64/Dockerfile
+
1
−
1
View file @
3634fbe8
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
FROM
alpine:3.
3
FROM
alpine:3.
5
# Install Git and basic packages.
# Install Git and basic packages.
RUN
apk update
&&
apk add
\
RUN
apk update
&&
apk add
\
...
...
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