Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
104
Merge Requests
104
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
3699186c
Commit
3699186c
authored
Dec 03, 2018
by
Jérome Perrin
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
component/python-2.7: run test suite at compile time
parent
de28becd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
component/python-2.7/buildout.cfg
component/python-2.7/buildout.cfg
+4
-2
No files found.
component/python-2.7/buildout.cfg
View file @
3699186c
...
...
@@ -53,9 +53,11 @@ configure-options =
--with-system-expat
--with-system-ffi
--with-threads
# Profiled build:
# Enable profile guided optimization ( https://github.com/python/cpython/blob/2.7/README#L194 )
# this will run part of the test suite, but ignore failures. We don't want to ignore failure and we
# want to run the full test suite, so we make `test` target. As a result of this we run test suite twice.
make-binary =
make-targets = make profile-opt && make install
make-targets = make profile-opt && make
test
install
extra-ldflags =
# the entry "-Wl,-rpath=${file:location}/lib" below is needed by python-magic,
...
...
Łukasz Nowak
@luke
mentioned in merge request
!459 (merged)
·
Dec 04, 2018
mentioned in merge request
!459 (merged)
mentioned in merge request !459
Toggle commit list
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