Răsfoiți Sursa

[ci] update pypy to 7.3.0

Aleksandr Kuzmenko 5 ani în urmă
părinte
comite
e686af42a8

+ 2 - 1
.gitignore

@@ -78,6 +78,7 @@ tests/unit/compile.php.hxml
 !/extra/build-haxesetup.xml
 tests/optimization/testopt.js
 tests/misc/pythonImport/native_python/__pycache__
+tests/misc/python/pythonImport/native_python/__pycache__
 tests/unit/unit.py
 tests/unit/unit.py.res1.txt
 tests/unit/unit.py.res2.bin
@@ -114,7 +115,7 @@ Makefile.modules
 /tests/unit/compiler_loops/log.txt
 tests/benchs/mandelbrot/bin/
 
-tests/unit/pypy3-*
+tests/unit/pypy3*
 tmp.tmp
 
 dev-display.hxml

BIN
tests/misc/python/pythonImport/native_python/__pycache__/__init__.cpython-36.pyc


BIN
tests/misc/python/pythonImport/native_python/__pycache__/__init__.pypy3-24.pyc


BIN
tests/misc/python/pythonImport/native_python/__pycache__/sample.cpython-36.pyc


BIN
tests/misc/python/pythonImport/native_python/__pycache__/sample.pypy3-24.pyc


+ 1 - 1
tests/runci/targets/Python.hx

@@ -21,7 +21,7 @@ class Python {
 				if (commandSucceed(pypy, ["-V"])) {
 					infoMsg('pypy3 has already been installed.');
 				} else {
-					var pypyVersion = "pypy3-2.4.0-linux64";
+					var pypyVersion = "pypy3.6-v7.3.0-linux64";
 					var file = '${pypyVersion}.tar.bz2';
 					if(!FileSystem.exists(file)) {
 						runCommand("wget", ["-nv", 'https://bitbucket.org/pypy/pypy/downloads/$file'], true);