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
107
Merge Requests
107
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
6ec0d4fe
Commit
6ec0d4fe
authored
Dec 24, 2021
by
Julien Muchembled
Committed by
Arnaud Fontaine
Feb 01, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ninja: make sure it's built using SlapOS Python
parent
68c3ea5e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
component/ninja/buildout.cfg
component/ninja/buildout.cfg
+4
-2
No files found.
component/ninja/buildout.cfg
View file @
6ec0d4fe
[buildout]
[buildout]
extends =
../defaults.cfg
parts =
parts =
ninja
ninja
...
@@ -8,8 +10,8 @@ shared = true
...
@@ -8,8 +10,8 @@ shared = true
version = 1.10.2
version = 1.10.2
url = https://github.com/ninja-build/ninja/archive/refs/tags/v${:version}.tar.gz
url = https://github.com/ninja-build/ninja/archive/refs/tags/v${:version}.tar.gz
md5sum = 639f75bc2e3b19ab893eaf2c810d4eb4
md5sum = 639f75bc2e3b19ab893eaf2c810d4eb4
configure-command =
./
configure.py
configure-command =
${python:executable}
configure.py
configure-options = --bootstrap
configure-options = --bootstrap
--verbose
make-binary = true
make-binary = true
post-install =
post-install =
set %(location)s/bin
set %(location)s/bin
...
...
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