ninja rebuild py3

This commit is contained in:
Rmys
2021-05-29 16:09:44 +03:00
committed by GitHub
parent cb28dbaf57
commit 987be20be1
2 changed files with 12 additions and 2 deletions
+5 -2
View File
@@ -18,13 +18,16 @@ def build():
if ( j > 0 ) return j;\
' src/ninja.cc""")
shelltools.system("python configure.py --bootstrap")
#shelltools.export("PYTHON","/usr/bin/python3")
shelltools.system("grep -rl '^#!.*python$' | xargs sed -i '1s/python/&3/'")
shelltools.system("python3 configure.py --bootstrap")
shelltools.system("asciidoc doc/manual.asciidoc")
#shelltools.system("emacs -Q --batch -f batch-byte-compile misc/ninja-mode.el")
def check():
#needs new package gtest -> ignore it for now
shelltools.system("python ./configure.py")
shelltools.system("python3 ./configure.py")
shelltools.system("./ninja ninja_test")
shelltools.system("./ninja_test --gtest_filter=-SubprocessTest.SetWithLots")
+7
View File
@@ -37,6 +37,13 @@
</Package>
<History>
<Update release="13">
<Date>2021-05-29</Date>
<Version>1.10.2</Version>
<Comment>Rebuild python3.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnslp@gmail.com</Email>
</Update>
<Update release="12">
<Date>2021-03-01</Date>
<Version>1.10.2</Version>