We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1601c9b commit 6202c9bCopy full SHA for 6202c9b
.github/workflows/ci.yaml
@@ -54,7 +54,7 @@ jobs:
54
- uses: actions/checkout@master
55
with:
56
repository: pypy/pypy
57
- ref: release-pypy2.7-v7.3.9
+ ref: release-pypy2.7-v7.3.15
58
path: pypy
59
- name: Build
60
run: |
Makefile
@@ -1,6 +1,6 @@
1
2
RPYTHON?=../pypy/rpython/bin/rpython
3
-RPYTHONFLAGS?=--opt=jit
+RPYTHONFLAGS?=--opt=jit --translation-jit_opencoder_model=big
4
5
6
all: aheui-c aheui-py
0 commit comments