Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
79993a90
Kaydet (Commit)
79993a90
authored
Mar 08, 2016
tarafından
Steve Dower
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Adds warning to prepare_ssl when nasm is not available.
Force clean of externals on buildbots.
üst
ada6db78
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
prepare_ssl.py
PCbuild/prepare_ssl.py
+3
-0
build.bat
Tools/buildbot/build.bat
+1
-1
No files found.
PCbuild/prepare_ssl.py
Dosyayı görüntüle @
79993a90
...
...
@@ -174,6 +174,9 @@ def main():
if
not
find_all_on_path
(
'nmake.exe'
):
print
(
'Could not find nmake.exe, try running env.bat'
)
sys
.
exit
(
1
)
if
not
find_all_on_path
(
'nasm.exe'
):
print
(
'Could not find nasm.exe, please add to PATH'
)
sys
.
exit
(
1
)
sys
.
stdout
.
flush
()
# Put our working Perl at the front of our path
...
...
Tools/buildbot/build.bat
Dosyayı görüntüle @
79993a90
...
...
@@ -7,7 +7,7 @@ call "%~dp0clean.bat" %*
@rem a new version of an external library, especially Tcl/Tk):
@rem 1) uncomment the following line:
@rem
call "%~dp0..\..\PCbuild\get_externals.bat" --clean-only
call "%~dp0..\..\PCbuild\get_externals.bat" --clean-only
@rem 2) commit and push
@rem 3) wait for all Windows bots to start a build with that changeset
...
...
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