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
564b944b
Commit
564b944b
authored
10 years ago
by
murgatroid99
Browse files
Options
Downloads
Patches
Plain Diff
Started fixing php test runner
parent
67dfa1d0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tools/run_tests/build_php.sh
+3
-5
3 additions, 5 deletions
tools/run_tests/build_php.sh
tools/run_tests/run_tests.py
+1
-1
1 addition, 1 deletion
tools/run_tests/run_tests.py
with
4 additions
and
6 deletions
tools/run_tests/build_php.sh
+
3
−
5
View file @
564b944b
...
...
@@ -2,14 +2,13 @@
set
-ex
CONFIG
=
${
CONFIG
:-
opt
}
# change to grpc repo root
cd
$(
dirname
$0
)
/../..
root
=
`
pwd
`
export
GRPC_LIB_SUBDIR
=
libs/opt
# make the libraries
make
-j
static_c
export
GRPC_LIB_SUBDIR
=
libs/
$CONFIG
# build php
cd
src/php
...
...
@@ -18,4 +17,3 @@ cd ext/grpc
phpize
./configure
--enable-grpc
=
$root
make
This diff is collapsed.
Click to expand it.
tools/run_tests/run_tests.py
+
1
−
1
View file @
564b944b
...
...
@@ -82,7 +82,7 @@ class PhpLanguage(object):
return
[
'
src/php/bin/run_tests.sh
'
]
def
make_targets
(
self
):
return
[]
return
[
'
static_c
'
]
def
build_steps
(
self
):
return
[[
'
tools/run_tests/build_php.sh
'
]]
...
...
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