Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
1514de7b
Commit
1514de7b
authored
Apr 25, 2018
by
Andrew Murray
Browse files
Added pypy 6.0.0
parent
ae3e5598
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
common_utils.sh
common_utils.sh
+4
-1
tests/test_fill_pypy_ver.sh
tests/test_fill_pypy_ver.sh
+2
-0
No files found.
common_utils.sh
View file @
1514de7b
...
...
@@ -318,7 +318,7 @@ function fill_submodule {
PYPY_URL
=
https://bitbucket.org/pypy/pypy/downloads
# As of 2018-0
1-14
, the latest verions of PyPy.
# As of 2018-0
4-25
, the latest verions of PyPy.
LATEST_PP_1
=
1
.9
LATEST_PP_2p0
=
2
.0.2
...
...
@@ -345,6 +345,9 @@ LATEST_PP_5p9=5.9.0
LATEST_PP_5p10
=
5
.10.1
LATEST_PP_5
=
$LATEST_PP_5p10
LATEST_PP_6p0
=
6
.0.0
LATEST_PP_6
=
$LATEST_PP_6p0
function
unroll_version
{
# Convert major or major.minor format to major.minor.micro using the above
# values recursively
...
...
tests/test_fill_pypy_ver.sh
View file @
1514de7b
...
...
@@ -3,6 +3,7 @@
[
"
$(
fill_pypy_ver 2
)
"
==
$LATEST_PP_2
]
||
ingest
"lpp2"
[
"
$(
fill_pypy_ver 4
)
"
==
$LATEST_PP_4
]
||
ingest
"lpp4"
[
"
$(
fill_pypy_ver 5
)
"
==
$LATEST_PP_5
]
||
ingest
"lpp5"
[
"
$(
fill_pypy_ver 6
)
"
==
$LATEST_PP_6
]
||
ingest
"lpp6"
[
"
$(
fill_pypy_ver 2.0
)
"
==
$LATEST_PP_2p0
]
||
ingest
[
"
$(
fill_pypy_ver 2.2
)
"
==
$LATEST_PP_2p2
]
||
ingest
[
"
$(
fill_pypy_ver 2.3
)
"
==
$LATEST_PP_2p3
]
||
ingest
...
...
@@ -19,6 +20,7 @@
[
"
$(
fill_pypy_ver 5.8
)
"
==
$LATEST_PP_5p8
]
||
ingest
[
"
$(
fill_pypy_ver 5.9
)
"
==
$LATEST_PP_5p9
]
||
ingest
[
"
$(
fill_pypy_ver 5.10
)
"
==
$LATEST_PP_5p10
]
||
ingest
[
"
$(
fill_pypy_ver 6.0
)
"
==
$LATEST_PP_6p0
]
||
ingest
[
"
$(
fill_pypy_ver 2.6.1
)
"
==
"2.6.1"
]
||
ingest
[
"
$(
fill_pypy_ver 4.0.1
)
"
==
"4.0.1"
]
||
ingest
[
"
$(
fill_pypy_ver 5.0.1
)
"
==
"5.0.1"
]
||
ingest
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