Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mu-impl-fast
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
40
Issues
40
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
mu
mu-impl-fast
Commits
8af66a04
Commit
8af66a04
authored
Nov 02, 2016
by
John Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI machine does not have LD_LIBRARY_PATH defined
parent
407a7a96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test_jit/test_milestones.py
tests/test_jit/test_milestones.py
+1
-1
No files found.
tests/test_jit/test_milestones.py
View file @
8af66a04
...
...
@@ -34,7 +34,7 @@ def compile_lib(testname):
raise
subp
.
CalledProcessError
(
p
.
returncode
,
cmd
)
os
.
environ
[
'LD_LIBRARY_PATH'
]
=
"%s:%s"
%
(
"%(proj_dir)s/target/debug"
%
globals
(),
os
.
environ
[
'LD_LIBRARY_PATH'
])
os
.
environ
[
'LD_LIBRARY_PATH'
]
if
'LD_LIBRARY_PATH'
in
os
.
environ
else
""
)
# run
p
=
subp
.
Popen
([
str
(
bin_path
)],
stdout
=
subp
.
PIPE
,
stderr
=
subp
.
PIPE
,
cwd
=
str
(
bin_dir
),
env
=
os
.
environ
)
out
,
err
=
p
.
communicate
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment